File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
run : echo ${{ steps.buildx.outputs.platforms }}
28
28
29
29
- name : Login to DockerHub
30
- uses : docker/login-action@v3.5 .0
30
+ uses : docker/login-action@v3.6 .0
31
31
with :
32
32
username : ${{ secrets.DOCKERHUB_USERNAME }}
33
33
password : ${{ secrets.DOCKERHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ jobs:
44
44
45
45
- name : Login to DockerHub
46
46
if : github.ref != 'refs/heads/main' # Only on tag, not regular push
47
- uses : docker/login-action@v3.5 .0
47
+ uses : docker/login-action@v3.6 .0
48
48
with :
49
49
username : ${{ secrets.DOCKERHUB_USERNAME }}
50
50
password : ${{ secrets.DOCKERHUB_TOKEN }}
51
51
52
52
- name : Login to GHCR
53
53
if : github.ref != 'refs/heads/main' # Solo sui tag
54
- uses : docker/login-action@v3.5 .0
54
+ uses : docker/login-action@v3.6 .0
55
55
with :
56
56
registry : ghcr.io
57
57
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments