File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,28 +13,28 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Set up QEMU
16
- uses : docker/setup-qemu-action@v1
16
+ uses : docker/setup-qemu-action@v3
17
17
18
18
- name : Set up Docker Buildx
19
- uses : docker/setup-buildx-action@v1
19
+ uses : docker/setup-buildx-action@v3
20
20
21
21
- name : Login to GHCR
22
- uses : docker/login-action@v1
22
+ uses : docker/login-action@v3
23
23
with :
24
24
registry : ghcr.io
25
25
username : ${{ github.repository_owner }}
26
26
password : ${{ secrets.PACKAGES_TOKEN }}
27
27
28
28
- name : Get branch names
29
- uses : tj-actions/branch-names@v2.1
29
+ uses : tj-actions/branch-names@v7.0.7
30
30
id : branch-name
31
31
32
32
- name : image name
33
33
run : echo ghcr.io/${{ github.repository }}:${{ steps.branch-name.outputs.current_branch }}
34
34
35
35
- name : Build backend
36
36
id : docker_build
37
- uses : docker/build-push-action@v2
37
+ uses : docker/build-push-action@v5
38
38
with :
39
39
file : " Dockerfile"
40
40
push : true
You can’t perform that action at this time.
0 commit comments