Skip to content

Commit 2b39e94

Browse files
chore(deps): update docker/build-push-action digest to 84ad562 (#185)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 009e7df commit 2b39e94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildx-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
username: ${{ secrets.DOCKERHUB_USERNAME }}
3030
password: ${{ secrets.DOCKERHUB_TOKEN }}
3131
- name: Build and export to Docker
32-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
32+
uses: docker/build-push-action@84ad562665bb303b549fec655d1b64f9945f3f91
3333
with:
3434
context: .
3535
load: true
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
docker run --rm ${{ env.TESTING_TAG }}
4040
- name: Build and push
41-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
41+
uses: docker/build-push-action@84ad562665bb303b549fec655d1b64f9945f3f91
4242
with:
4343
context: .
4444
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)