Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action digest to e44afff
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 27, 2024
1 parent 8de035b commit ed87b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/oci-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Build Docker image
id: build
timeout-minutes: 25
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
uses: docker/build-push-action@e44afff3590e1d4f93b6adc72376512edb012a7c
with:
context: ${{ inputs.context }}
load: true
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' || inputs.push_in_pr }}
id: push
timeout-minutes: 60
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
uses: docker/build-push-action@e44afff3590e1d4f93b6adc72376512edb012a7c
with:
context: ${{ inputs.context }}
builder: ${{ steps.buildx.outputs.name }}
Expand Down

0 comments on commit ed87b10

Please sign in to comment.