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