Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6.11.0 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 62447b9 commit cc8395f
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.10.0
uses: docker/build-push-action@v6.11.0
id: push
env:
SOURCE_DATE_EPOCH: ${{ env.TIMESTAMP }}
Expand Down

0 comments on commit cc8395f

Please sign in to comment.