From 367d8bf588593d2370cc06f35b495a542608e20d Mon Sep 17 00:00:00 2001 From: Julius Zeidler Date: Thu, 10 Apr 2025 01:10:07 +0200 Subject: [PATCH] multi build --- .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 e9b931d..151012a 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 }}/library/${{ env.GITHUB_REPOSITORY }}-alpine:latest + tags: ${{ vars.REGISTRY_URL }}/docker/${{ env.GITHUB_REPOSITORY }}-alpine:latest - 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 }}/library/${{ env.GITHUB_REPOSITORY }}-ubuntu:latest + tags: ${{ vars.REGISTRY_URL }}/docker/${{ env.GITHUB_REPOSITORY }}-ubuntu:latest