Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action digest to 37abced
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and glimchb committed Jan 13, 2023
1 parent 5c02a2f commit 16960d6
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@2a168352239e71061d0e86de1b39d4c78f829a3d
uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3
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@2a168352239e71061d0e86de1b39d4c78f829a3d
uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3
with:
context: ${{ matrix.package }}
platforms: linux/amd64
Expand Down

0 comments on commit 16960d6

Please # to comment.