From 52756cbae439f5a5739bacbe9dd07ccbd0ad191a Mon Sep 17 00:00:00 2001 From: asr Date: Tue, 10 Jun 2025 21:51:54 +0000 Subject: [PATCH] Update .forgejo/workflows/publish.yml --- .forgejo/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index a70a3e9..5dc3c10 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 git.farthergate.com/asr/phlexite:latest + - run: podman manifest create --replace 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