Skip to content

Commit

Permalink
Update docker/build-push-action digest to 6e95f19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2022
1 parent e661da3 commit 9456ad0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/poc-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5
uses: docker/build-push-action@6e95f19fb8c9e00a1a391941edbc0ae30c1799f7
with:
context: ${{ matrix.package }}
platforms: linux/amd64,linux/arm64
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build Docker image
id: build
uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5
uses: docker/build-push-action@6e95f19fb8c9e00a1a391941edbc0ae30c1799f7
with:
context: spdk
push: false
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
# built, and we're just doing the push to ghcr.io
- name: Push Docker image
id: push-to-ghcr
uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5
uses: docker/build-push-action@6e95f19fb8c9e00a1a391941edbc0ae30c1799f7
if: github.event_name != 'pull_request'
with:
context: spdk
Expand Down

0 comments on commit 9456ad0

Please sign in to comment.