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 b50433aCopy full SHA for b50433a
.github/workflows/release-docker.yaml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v3
17
- name: Set up QEMU
18
- uses: docker/setup-qemu-action@v2
+ uses: docker/setup-qemu-action@v3
19
- name: Set up Docker Buildx
20
uses: docker/setup-buildx-action@v2
21
- name: Log in to the Container registry
.github/workflows/test-docker.yaml
@@ -12,7 +12,7 @@ jobs:
12
13
14
- name: Build and push
0 commit comments