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 7dce58b commit c666cf2Copy full SHA for c666cf2
.github/workflows/build-multiarch.yml
@@ -137,7 +137,7 @@ jobs:
137
org.opencontainers.image.authors=Geoff Bourne <itzgeoff@gmail.com>
138
139
- name: Setup Docker Buildx
140
- uses: docker/setup-buildx-action@v3.2.0
+ uses: docker/setup-buildx-action@v3.3.0
141
142
- name: Set up QEMU
143
uses: docker/setup-qemu-action@v3.0.0
.github/workflows/verify-pr.yml
@@ -52,7 +52,7 @@ jobs:
52
fetch-depth: 0
53
54
55
56
57
- name: Confirm multi-arch build
58
uses: docker/build-push-action@v5.3.0
0 commit comments