We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eda55d commit 3ca5034Copy full SHA for 3ca5034
.github/workflows/build.yaml
@@ -33,7 +33,7 @@ jobs:
33
# for caching of docker layers see:
34
# https://evilmartians.com/chronicles/build-images-on-github-actions-with-docker-layer-caching
35
- name: Set up Docker Buildx
36
- uses: docker/setup-buildx-action@2dd22fa31c04297d369158eb483250f578504a9f
+ uses: docker/setup-buildx-action@5138f76647652447004da686b2411557eaf65f33
37
with:
38
install: true
39
0 commit comments