File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
run : echo "SHORT_SHA=${GITHUB_SHA::7}" >> $GITHUB_ENV
22
22
23
23
- name : Build
24
- uses : docker/build-push-action@v5
24
+ uses : docker/build-push-action@v6
25
25
with :
26
26
context : .
27
27
push : false
Original file line number Diff line number Diff line change 46
46
password : ${{ secrets.DOCKERHUB_TOKEN }}
47
47
48
48
- name : Build and push snapshot release to DockerHub
49
- uses : docker/build-push-action@v5
49
+ uses : docker/build-push-action@v6
50
50
with :
51
51
context : .
52
52
push : true
62
62
password : ${{ secrets.GITHUB_TOKEN }}
63
63
64
64
- name : Build and push snapshot release to GHCR
65
- uses : docker/build-push-action@v5
65
+ uses : docker/build-push-action@v6
66
66
with :
67
67
context : .
68
68
push : true
Original file line number Diff line number Diff line change 30
30
31
31
- name : Build and push to DockerHub
32
32
id : docker_build_push
33
- uses : docker/build-push-action@v5
33
+ uses : docker/build-push-action@v6
34
34
with :
35
35
context : .
36
36
push : true
49
49
password : ${{ secrets.GITHUB_TOKEN }}
50
50
51
51
- name : Build and push to GHCR
52
- uses : docker/build-push-action@v5
52
+ uses : docker/build-push-action@v6
53
53
with :
54
54
context : .
55
55
push : true
You can’t perform that action at this time.
0 commit comments