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 e3cf268 commit 2b4a225Copy full SHA for 2b4a225
.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
@@ -112,7 +112,7 @@ jobs:
112
path: /tmp/digests
113
114
115
116
117
- name: Docker meta
118
id: meta
0 commit comments