🏗️ Feature: Forgejo Actions Fifth Draft

This commit is contained in:
James Musselman 2024-06-27 23:08:33 -05:00
parent d1c98f62d8
commit 2db8edfe68
No known key found for this signature in database
GPG key ID: 1DAEFF35ECB5D6DB

View file

@ -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: