Skip to content

Commit

Permalink
Update docker/build-push-action digest to 67a2d40 (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent 65e7298 commit 6c5a5b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
type=semver,pattern={{major}}
type=sha
- name: Build container image for tests
uses: docker/build-push-action@31ca4e5d51253d7e4a2317bfe74699cbe3a398a9
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d
with:
context: .
push: false
Expand All @@ -63,7 +63,7 @@ jobs:
run: |
docker run --rm ${{ env.IMAGE_NAME }}:test /usr/local/harbor --help
- name: Tag and push tested container image
uses: docker/build-push-action@31ca4e5d51253d7e4a2317bfe74699cbe3a398a9
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 6c5a5b8

Please sign in to comment.