From 74c419d46195874e3085a2f247496289c68d0f74 Mon Sep 17 00:00:00 2001 From: asr Date: Tue, 10 Jun 2025 21:48:41 +0000 Subject: [PATCH] Back to other image name --- .forgejo/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index 10ac79b..4be885b 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -5,5 +5,5 @@ jobs: runs-on: selfhosted steps: - uses: actions/checkout@v4 - - run: podman build . -t git.farthergate.com/asr/phlexite-docker:latest - - run: podman push git.farthergate.com/asr/phlexite-docker:latest --creds=asr:'${{secrets.PACKAGES_SECRET}}' \ No newline at end of file + - run: podman build . -t git.farthergate.com/asr/phlexite:latest + - run: podman push git.farthergate.com/asr/phlexite:latest --creds=asr:'${{secrets.PACKAGES_SECRET}}' \ No newline at end of file