Skip to content

Commit

Permalink
Update to docker/build-push-action@v6
Browse files Browse the repository at this point in the history
closes #138
  • Loading branch information
martini-source authored Jul 2, 2024
1 parent 55bd827 commit 4b726d5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,10 @@ jobs:
images: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"

- name: Build & Push container image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./v3.3
file: ./Dockerfile
push: true
directory: v3.3
pushImage: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
addLatest: true

0 comments on commit 4b726d5

Please sign in to comment.