We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded9661 commit f10ad8dCopy full SHA for f10ad8d
.github/workflows/docker-publish.yml
@@ -50,5 +50,5 @@ jobs:
50
push: true
51
platforms: linux/amd64,linux/arm64
52
tags: |
53
- ghcr.io/${{ github.repository_owner }}/deep-learning-crash-course:latest
54
- ghcr.io/${{ github.repository_owner }}/deep-learning-crash-course:${{ github.sha }}
+ ghcr.io/deeptrackai/deep-learning-crash-course:latest
+ ghcr.io/deeptrackai/deep-learning-crash-course:${{ github.sha }}
0 commit comments