Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6.10.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent b691732 commit 62447b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- run: echo "TIMESTAMP=$(git log -1 --pretty=%ct)" >> $GITHUB_ENV
- name: Build and push image
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.10.0
id: push
env:
SOURCE_DATE_EPOCH: ${{ env.TIMESTAMP }}
Expand Down

0 comments on commit 62447b9

Please sign in to comment.