Skip to content

Commit b51f064

Browse files
committed
updated docker tags
1 parent 7a0baf6 commit b51f064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/M1-4-2-CI-Practice.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
uses: actions/checkout@v3
131131

132132
- name: Login to DockerHub
133-
uses: docker/login-action@v2
133+
uses: docker/login-action@v6
134134
with:
135135
username: ${{ secrets.DOCKERHUB_USERNAME }}
136136
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -140,7 +140,7 @@ jobs:
140140
with:
141141
context: .
142142
push: true
143-
tags: ${{ env.REGISTRY }}/${{ github.sha }}
143+
tags: ${{ secrets.DOCKER_USERNAME }}/${{ github.sha }}
144144

145145

146146

0 commit comments

Comments
 (0)