Skip to content

Commit

Permalink
trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
soapy1 committed Jan 7, 2025
1 parent a72d922 commit 7806e64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ jobs:
- name: "Checkout Repository"
uses: actions/checkout@v4

- name: "Set up Docker Buildx 🏗"
- name: "Set up Docker Buildx"
uses: docker/setup-buildx-action@v3

- name: "Login to GH Container Registry 🐳"
- name: "Login to GH Container Registry"
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: "Add Docker metadata 📝"
- name: "Add Docker metadata"
id: meta
uses: docker/metadata-action@v5
with:
Expand All @@ -38,7 +38,7 @@ jobs:
type=ref,event=branch
type=sha
- name: "Publish Docker image 🚀"
- name: "Publish Docker image"
id: push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 7806e64

Please sign in to comment.