From 4f40bbf97e8e260e9a35ee0969f12cea4439c41c Mon Sep 17 00:00:00 2001 From: Julius Zeidler Date: Thu, 10 Apr 2025 01:05:47 +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 2dc11c9..e9b931d 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 }}/${{ env.GITHUB_REPOSITORY }}-alpine:latest + tags: ${{ vars.REGISTRY_URL }}/library/${{ 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 }}/${{ env.GITHUB_REPOSITORY }}-ubuntu:latest + tags: ${{ vars.REGISTRY_URL }}/library/${{ env.GITHUB_REPOSITORY }}-ubuntu:latest