Skip to content

Commit 6bf5157

Browse files
authored
Update ci.yml
1 parent 1119ac5 commit 6bf5157

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
name: Learn Layer5
2-
1+
name: Learn-Layer5
32
on:
43
push:
54
branches: [ master ]
@@ -35,4 +34,4 @@ jobs:
3534
if: github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/') && success()
3635
run: |
3736
docker tag ${{ secrets.IMAGE_NAME }}:latest ${{ secrets.IMAGE_NAME }}:${GITHUB_REF/refs\/tags\//}
38-
docker push ${{ secrets.IMAGE_NAME }}:${GITHUB_REF/refs\/tags\//}
37+
docker push ${{ secrets.IMAGE_NAME }}:${GITHUB_REF/refs\/tags\//}

0 commit comments

Comments
 (0)