fix(ci): remove duplicate spacebar in package url
All checks were successful
Build friends-api / build-and-push (push) Successful in 30s
All checks were successful
Build friends-api / build-and-push (push) Successful in 30s
This commit is contained in:
parent
fe38f7b6a9
commit
fc33098340
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
run: |
|
||||
echo "${{ secrets.PACKAGE_PWD }}" | docker login "${{ forgejo.server_url }}" -u "${{ secrets.PACKAGE_USER }}" --password-stdin
|
||||
|
||||
IMAGE_BASE="git.spbr.net/spacebar/${{ forgejo.repository }}"
|
||||
IMAGE_BASE="git.spbr.net/${{ forgejo.repository }}"
|
||||
|
||||
docker build -t "${IMAGE_BASE}:latest" -t "${IMAGE_BASE}:${{ forgejo.sha }}" .
|
||||
docker push "${IMAGE_BASE}:latest"
|
||||
|
|
|
|||
Loading…
Reference in a new issue