Merge pull request 'Update .forgejo/workflows/build.yml' (#2) from add_pipeline into main
All checks were successful
docker-build / release (push) Successful in 5s
docker-build / docker-build (push) Successful in 13s

Reviewed-on: #2
This commit is contained in:
holzi1005 2025-06-22 10:41:33 +02:00
commit 3be4f6e457
2 changed files with 2 additions and 2 deletions

View file

@ -55,4 +55,4 @@ jobs:
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
push: true push: true
tags: git.h2-invent.com/public-system-design/ansible-php8-cron-webserver:${{ needs.release.outputs.version }},git.h2-invent.com/public-system-design/ansible-php8-cron-webserver:latest tags: git.h2-invent.com/public-system-design/alpine-php8-cron-webserver:${{ needs.release.outputs.version }},git.h2-invent.com/public-system-design/alpine-php8-cron-webserver:latest

View file

@ -1,4 +1,4 @@
FROM git.h2-invent.com/public-system-design/alpine-php8-webserver:3.20.9 FROM git.h2-invent.com/public-system-design/alpine-php8-webserver:3.20.10
ARG VERSION ARG VERSION
LABEL Version="${VERSION}" \ LABEL Version="${VERSION}" \