diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index 5dc3c10..9909fef 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -5,6 +5,6 @@ jobs: runs-on: selfhosted steps: - uses: actions/checkout@v4 - - run: podman manifest create --replace git.farthergate.com/asr/phlexite:latest + - run: podman manifest create -a git.farthergate.com/asr/phlexite:latest - run: podman build --platform linux/amd64,linux/arm64 --manifest git.farthergate.com/asr/phlexite:latest . - run: podman manifest push git.farthergate.com/asr/phlexite:latest --creds=asr:'${{secrets.PACKAGES_SECRET}}' \ No newline at end of file