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 727ef8d commit 4707270
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,13 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Build and push Docker Image
uses: docker/build-push-action@v5
if: github.ref == 'refs/heads/main'
with:
platforms: linux/amd64,linux/arm64
context: .
push: true
tags: '${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:dev'
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 4707270

Please sign in to comment.