Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action digest to 1d910c8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and glimchb committed Jan 12, 2023
1 parent d251831 commit 374eac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/poc-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Build and push Docker image
if: matrix.package != 'spdk'
uses: docker/build-push-action@d235d2d5ea6fb6173c610daf5059b397a4f8be0d
uses: docker/build-push-action@1d910c8aa2fa4312431b341b7f8eb4600879973c
with:
context: ${{ matrix.package }}
platforms: linux/amd64,linux/arm64
Expand All @@ -59,7 +59,7 @@ jobs:

- name: Build and push Docker image
if: matrix.package == 'spdk'
uses: docker/build-push-action@d235d2d5ea6fb6173c610daf5059b397a4f8be0d
uses: docker/build-push-action@1d910c8aa2fa4312431b341b7f8eb4600879973c
with:
context: ${{ matrix.package }}
platforms: linux/amd64
Expand Down

0 comments on commit 374eac3

Please # to comment.