File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,19 @@ jobs:
27
27
- name : Checkout repository
28
28
uses : actions/checkout@v4
29
29
- name : Set up QEMU
30
- uses : docker/setup-qemu-action@v2
30
+ uses : docker/setup-qemu-action@v3
31
31
with :
32
32
platforms : arm64
33
33
- name : Set up Docker Buildx
34
- uses : docker/setup-buildx-action@v2
34
+ uses : docker/setup-buildx-action@v3
35
35
- name : Log into registry ${{ env.REGISTRY }}
36
- uses : docker/login-action@v2
36
+ uses : docker/login-action@v3
37
37
with :
38
38
registry : ghcr.io
39
39
username : ${{ github.actor }}
40
40
password : ${{ secrets.GH_TOKEN }}
41
41
- name : Build and push Docker image
42
- uses : docker/build-push-action@v4
42
+ uses : docker/build-push-action@v6
43
43
with :
44
44
context : .
45
45
push : ${{ github.event_name != 'pull_request' && ( github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/projects-bot' ) }}
You can’t perform that action at this time.
0 commit comments