Skip to content

Commit e6ea4bf

Browse files
committed
update actions acording to PR 12 13 14
1 parent bff1f25 commit e6ea4bf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
type=sha
4040
4141
- name: Set up QEMU
42-
uses: docker/setup-qemu-action@v2
42+
uses: docker/setup-qemu-action@v3
4343

4444
- name: Set up Docker Buildx
45-
uses: docker/setup-buildx-action@v2
45+
uses: docker/setup-buildx-action@v3
4646

4747
- name: Build and export to docker for testing
48-
uses: docker/build-push-action@v3
48+
uses: docker/build-push-action@v5
4949
with:
5050
context: .
5151
load: true
@@ -63,7 +63,7 @@ jobs:
6363
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
6464

6565
- name: Build and push
66-
uses: docker/build-push-action@v3
66+
uses: docker/build-push-action@v5
6767
with:
6868
context: .
6969
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)