please just work its 2am
All checks were successful
Build friends-api / build-and-push (push) Successful in 1m31s
All checks were successful
Build friends-api / build-and-push (push) Successful in 1m31s
This commit is contained in:
parent
c21ac31f7c
commit
fe38f7b6a9
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.PACKAGE_PWD }}" | docker login "${{ forgejo.server_url }}" -u "${{ secrets.PACKAGE_USER }}" --password-stdin
|
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/spacebar/${{ forgejo.repository }}"
|
||||||
|
|
||||||
docker build -t "${IMAGE_BASE}:latest" -t "${IMAGE_BASE}:${{ forgejo.sha }}" .
|
docker build -t "${IMAGE_BASE}:latest" -t "${IMAGE_BASE}:${{ forgejo.sha }}" .
|
||||||
docker push "${IMAGE_BASE}:latest"
|
docker push "${IMAGE_BASE}:latest"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue