Skip to content

Commit

Permalink
refactor(deps): update docker/build-push-action digest to 5cd11c3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent 232a07a commit 12bdbfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: echo "TIMESTAMP=$(git log -1 --pretty=%ct)" >> $GITHUB_ENV

- name: Build Testimage
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v6
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
env:
SOURCE_DATE_EPOCH: ${{ env.TIMESTAMP }}
with:
Expand All @@ -92,7 +92,7 @@ jobs:
run: docker run -v "./tests/selftest.sh:/selftest.sh" "${{ env.TEST_TAG }}" ./selftest.sh

- name: Build and push
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v6
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
id: docker-build
env:
SOURCE_DATE_EPOCH: ${{ env.TIMESTAMP }}
Expand Down

0 comments on commit 12bdbfb

Please sign in to comment.