Update .forgejo/workflows/build.yml
All checks were successful
docker-build / release (push) Successful in 5s
docker-build / webserver (push) Successful in 8s
docker-build / cron (push) Successful in 13s

This commit is contained in:
holzi1005 2025-06-22 11:45:31 +02:00
parent ab108102d4
commit 8ed1b9a778

View file

@ -76,6 +76,7 @@ jobs:
github-server-url: https://git.h2-invent.com github-server-url: https://git.h2-invent.com
repository: Public-System-Design/alpine-php8-cron-webserver repository: Public-System-Design/alpine-php8-cron-webserver
ref: main ref: main
path: alpine-php8-cron-webserver
- name: Login to Docker Hub - name: Login to Docker Hub
uses: docker/login-action@v3 uses: docker/login-action@v3
@ -87,6 +88,7 @@ jobs:
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: ./alpine-php8-cron-webserver
push: true push: true
tags: | 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:${{ needs.release.outputs.version }}