diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index eeb5ecc..6c94b40 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -36,5 +36,5 @@ jobs: - name: Push Docker Images run: | - buildah push ${{ github.sha }} docker://${{ gitea.repositoryUrl }}:${{ github.sha }} - buildah push latest docker://${{ gitea.repositoryUrl }}:${{ github.sha }} + buildah push ${{ github.sha }} docker://git.kocoder.xyz/workspaces/go-workspace:${{ github.sha }} + buildah push ${{ github.sha }} docker://git.kocoder.xyz/workspaces/go-workspace:latest