ci: push image under thevine org after repo move
build-and-publish / build (push) Successful in 9s

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
This commit is contained in:
2026-07-22 11:53:58 -05:00
co-authored by Claude Opus 4.8
parent 9976d45af2
commit 0736081b5f
+4 -4
View File
@@ -16,10 +16,10 @@ jobs:
- name: Build image - name: Build image
run: | run: |
docker build \ docker build \
-t git.thebennett.net/austin/itsthevine:latest \ -t git.thebennett.net/thevine/itsthevine:latest \
-t git.thebennett.net/austin/itsthevine:${{ github.sha }} . -t git.thebennett.net/thevine/itsthevine:${{ github.sha }} .
- name: Push image - name: Push image
run: | run: |
docker push git.thebennett.net/austin/itsthevine:latest docker push git.thebennett.net/thevine/itsthevine:latest
docker push git.thebennett.net/austin/itsthevine:${{ github.sha }} docker push git.thebennett.net/thevine/itsthevine:${{ github.sha }}