multi build
All checks were successful
Build images / check-docker (push) Successful in 2s
Build images / build-and-push (push) Successful in 1m9s

This commit is contained in:
Julius Zeidler 2025-04-10 01:05:47 +02:00
parent 138b62aa31
commit 4f40bbf97e

View file

@ -64,11 +64,11 @@ jobs:
context: alpine context: alpine
push: true push: true
platforms: linux/amd64, linux/arm64 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 - name: Build and push ubuntu
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: alpine context: alpine
push: true push: true
platforms: linux/amd64, linux/arm64 platforms: linux/amd64, linux/arm64
tags: ${{ vars.REGISTRY_URL }}/${{ env.GITHUB_REPOSITORY }}-ubuntu:latest tags: ${{ vars.REGISTRY_URL }}/library/${{ env.GITHUB_REPOSITORY }}-ubuntu:latest