Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobMiksch authored Jul 28, 2024
1 parent 44416c9 commit 727ef8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
if: startsWith(github.ref, 'refs/tags/')
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
Expand All @@ -50,6 +51,7 @@ jobs:
- name: Build and push Docker Image
uses: docker/build-push-action@v5
if: startsWith(github.ref, 'refs/tags/')
with:
platforms: linux/amd64,linux/arm64
context: .
Expand Down

0 comments on commit 727ef8d

Please sign in to comment.