🏗️ 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
|
- name: Push image to registry
|
||||||
run: |
|
run: |
|
||||||
podman login -u ${{ secrets.USERNAME }} -p ${{ secrets.PASSWORD }} docker.io
|
podman login -u ${{ secrets.USERNAME }} -p ${{ secrets.PASSWORD }} docker.io
|
||||||
podman push notatio ${{ env.registry }}:${{ env.TAG }}
|
podman push notatio ${{ vars.registry }}
|
||||||
podman logout ${{ env.registry }}
|
podman logout ${{ vars.registry }}
|
||||||
Cleanup:
|
Cleanup:
|
||||||
runs-on: website
|
runs-on: website
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue