This commit is contained in:
parent
e822280741
commit
c21ac31f7c
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
run: |
|
||||
echo "${{ secrets.PACKAGE_PWD }}" | docker login "${{ forgejo.server_url }}" -u "${{ secrets.PACKAGE_USER }}" --password-stdin
|
||||
|
||||
IMAGE_BASE="${{ forgejo.server_url }}/${{ forgejo.repository }}"
|
||||
IMAGE_BASE=git.spbr.net/spacebar/${{ forgejo.repository }}"
|
||||
|
||||
docker build -t "${IMAGE_BASE}:latest" -t "${IMAGE_BASE}:${{ forgejo.sha }}" .
|
||||
docker push "${IMAGE_BASE}:latest"
|
||||
|
|
|
|||
Loading…
Reference in a new issue