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.
2 parents df440a5 + 0c4cde6 commit 259f299Copy full SHA for 259f299
1 file changed
.github/workflows/containerbuild.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: docker/setup-qemu-action@v3
39
40
- name: Set up Docker Buildx
41
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v4
42
43
- name: Log in to Docker Hub
44
if: github.event_name != 'pull_request'
@@ -94,7 +94,7 @@ jobs:
94
95
96
97
98
99
- name: Build Docker image
100
uses: docker/build-push-action@v7
0 commit comments