Skip to content

Commit f43b317

Browse files
Bump docker/setup-buildx-action in the gh-actions group (#51)
1 parent e0177ed commit f43b317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
type=semver,pattern={{version}},enable=${{ steps.image-variables.outputs.is-default }},value=${{ needs.version.outputs.new-version }},priority=800
113113
type=semver,pattern={{version}}-${{ steps.image-variables.outputs.tag }},value=${{ needs.version.outputs.new-version }},priority=500
114114
- name: Setup docker buildx
115-
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db
115+
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349
116116
- name: Login to GHCR
117117
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
118118
with:

0 commit comments

Comments
 (0)