We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff1f25 commit e6ea4bfCopy full SHA for e6ea4bf
1 file changed
.github/workflows/docker-image.yml
@@ -39,13 +39,13 @@ jobs:
39
type=sha
40
41
- name: Set up QEMU
42
- uses: docker/setup-qemu-action@v2
+ uses: docker/setup-qemu-action@v3
43
44
- name: Set up Docker Buildx
45
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@v3
46
47
- name: Build and export to docker for testing
48
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v5
49
with:
50
context: .
51
load: true
@@ -63,7 +63,7 @@ jobs:
63
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
64
65
- name: Build and push
66
67
68
69
platforms: linux/amd64,linux/arm64
0 commit comments