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 a2287e8 commit c5726f9Copy full SHA for c5726f9
.github/workflows/release-docker.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up QEMU
18
uses: docker/setup-qemu-action@v2
19
- name: Set up Docker Buildx
20
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@v3
21
- name: Log in to the Container registry
22
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
23
with:
.github/workflows/test-docker.yaml
@@ -14,7 +14,7 @@ jobs:
14
15
16
- name: Build and push
id: docker_build
uses: docker/build-push-action@v3
0 commit comments