Skip to content

Commit d59dfb9

Browse files
committed
cpu only
1 parent 01f3a96 commit d59dfb9

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
@@ -61,7 +61,7 @@ jobs:
6161
platforms: linux/amd64,linux/arm64
6262
push: ${{ github.event_name == 'push' }} # PRs build but don’t publish
6363
tags: |
64-
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
65-
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
64+
ghcr.io/deeptrackai/deep-learning-crash-course:latest
65+
ghcr.io/deeptrackai/deep-learning-crash-course:${{ github.sha }}
6666
cache-from: type=local,src=/tmp/.buildx-cache
6767
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max

0 commit comments

Comments
 (0)