From c809fac61b7dd5894a8d4da563a745d34992dd6a Mon Sep 17 00:00:00 2001 From: Julius Zeidler Date: Thu, 10 Apr 2025 18:00:39 +0200 Subject: [PATCH] change image names --- .forgejo/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 151012a..38274fc 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -64,11 +64,11 @@ jobs: context: alpine push: true platforms: linux/amd64, linux/arm64 - tags: ${{ vars.REGISTRY_URL }}/docker/${{ env.GITHUB_REPOSITORY }}-alpine:latest + tags: ${{ vars.REGISTRY_URL }}/docker/${{ env.GITHUB_REPOSITORY }}:latest-alpine - name: Build and push ubuntu uses: docker/build-push-action@v6 with: context: alpine push: true platforms: linux/amd64, linux/arm64 - tags: ${{ vars.REGISTRY_URL }}/docker/${{ env.GITHUB_REPOSITORY }}-ubuntu:latest + tags: ${{ vars.REGISTRY_URL }}/docker/${{ env.GITHUB_REPOSITORY }}:latest-ubuntu