AchyuthGamer
commited on
Commit
·
4de5acf
1
Parent(s):
c4f4552
Update .github/workflows/docker-build-push.yml
Browse files
.github/workflows/docker-build-push.yml
CHANGED
@@ -30,4 +30,4 @@ jobs:
|
|
30 |
file: Dockerfile
|
31 |
platforms: linux/amd64,linux/arm64
|
32 |
push: true
|
33 |
-
tags: ${{ secrets.DOCKER_USERNAME }}/
|
|
|
30 |
file: Dockerfile
|
31 |
platforms: linux/amd64,linux/arm64
|
32 |
push: true
|
33 |
+
tags: ${{ secrets.DOCKER_USERNAME }}/opengpt:latest
|