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 01f3a96 commit d59dfb9Copy full SHA for d59dfb9
.github/workflows/docker-publish.yml
@@ -61,7 +61,7 @@ jobs:
61
platforms: linux/amd64,linux/arm64
62
push: ${{ github.event_name == 'push' }} # PRs build but don’t publish
63
tags: |
64
- ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
65
- ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
+ ghcr.io/deeptrackai/deep-learning-crash-course:latest
+ ghcr.io/deeptrackai/deep-learning-crash-course:${{ github.sha }}
66
cache-from: type=local,src=/tmp/.buildx-cache
67
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max
0 commit comments