🏗️ Feature: Forgejo Actions Fifth Draft
This commit is contained in:
parent
d1c98f62d8
commit
2db8edfe68
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ jobs:
|
|||
- name: Push image to registry
|
||||
run: |
|
||||
podman login -u ${{ secrets.USERNAME }} -p ${{ secrets.PASSWORD }} docker.io
|
||||
podman push notatio ${{ env.registry }}:${{ env.TAG }}
|
||||
podman logout ${{ env.registry }}
|
||||
podman push notatio ${{ vars.registry }}
|
||||
podman logout ${{ vars.registry }}
|
||||
Cleanup:
|
||||
runs-on: website
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue