Update .forgejo/workflows/build.yml
This commit is contained in:
parent
ab108102d4
commit
8ed1b9a778
1 changed files with 2 additions and 0 deletions
|
@ -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 }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue