We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d57961 commit e2a844aCopy full SHA for e2a844a
.github/workflows/build-env-docker.yml
@@ -46,7 +46,7 @@ jobs:
46
uses: docker/setup-qemu-action@v2
47
48
- name: Set up Docker Buildx
49
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@v3
50
51
- name: Log in to the Container registry
52
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
@@ -116,7 +116,7 @@ jobs:
116
path: /tmp/digests
117
118
119
120
121
- name: Docker meta
122
id: meta
0 commit comments