Skip to content

Commit

Permalink
bump build and push action
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefhalgas authored Aug 22, 2024
1 parent 5dac024 commit 283ba90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
context: ./
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ env.registry }}/${{ github.repository }}:${{ steps.tag.outputs.tag }}, ${{ env.registry }}/${{ github.repository }}:latest
builder: ${{ steps.buildx.outputs.name }}
file: ./Dockerfile
provenance: false

0 comments on commit 283ba90

Please sign in to comment.