Update .forgejo/workflows/build.yml
This commit is contained in:
parent
1d807dcb6e
commit
4d875f7019
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ jobs:
|
|||
- name: Log in to the Container registry and push
|
||||
run: |
|
||||
echo "${{ secrets.GITHUB_TOKEN }}" | sudo podman login rievo.dev -u ${{ github.actor }} --password-stdin
|
||||
podman push "${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.DEFAULT_TAG }}"
|
||||
podman push "${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:latest"
|
||||
|
||||
# Workaround bug where capital letters in your GitHub username make it impossible to push to GHCR.
|
||||
# https://github.com/macbre/push-to-ghcr/issues/12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue