We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eda55d commit aad4930Copy full SHA for aad4930
.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@abe89fb761023d1d963c81f6b5e0df54236dc097
37
with:
38
install: true
39
0 commit comments