Skip to content

Commit f10ad8d

Browse files
committed
little fixes
1 parent ded9661 commit f10ad8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
5050
push: true
5151
platforms: linux/amd64,linux/arm64
5252
tags: |
53-
ghcr.io/${{ github.repository_owner }}/deep-learning-crash-course:latest
54-
ghcr.io/${{ github.repository_owner }}/deep-learning-crash-course:${{ github.sha }}
53+
ghcr.io/deeptrackai/deep-learning-crash-course:latest
54+
ghcr.io/deeptrackai/deep-learning-crash-course:${{ github.sha }}

0 commit comments

Comments
 (0)