Update .forgejo/workflows/build.yml
This commit is contained in:
parent
d44760b02e
commit
ab108102d4
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
github-server-url: https://git.h2-invent.com
|
||||||
|
repository: Public-System-Design/alpine-php8-webserver
|
||||||
|
ref: main
|
||||||
|
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue