fix repo address

This commit is contained in:
2024-12-04 07:51:13 -08:00
parent 12de99c857
commit ac0531b028

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
TAG=cr.gitlab.alfter.us:443/salfter/docker-trn:latest
TAG=cr.gitlab.alfter.us/salfter/docker-trn:latest
docker build -t $TAG .
docker push $TAG