Skip to content

Commit

Permalink
[github] update docker-build-push action from v3 to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
prohde committed Sep 9, 2024
1 parent 50edc85 commit d5fe064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
push: true
tags: sdmtib/travshacl:latest,sdmtib/travshacl:${{ github.event.release.name }}
Expand Down

0 comments on commit d5fe064

Please sign in to comment.