change image names
All checks were successful
Build images / check-docker (push) Successful in 2s
Build images / build-and-push (push) Successful in 1m50s

This commit is contained in:
Julius Zeidler 2025-04-10 18:00:39 +02:00
parent 9dfa4c9b6c
commit c809fac61b

View file

@ -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