Update .forgejo/workflows/build.yml
This commit is contained in:
parent
8ed1b9a778
commit
21865b2684
1 changed files with 4 additions and 1 deletions
|
@ -47,6 +47,7 @@ jobs:
|
|||
github-server-url: https://git.h2-invent.com
|
||||
repository: Public-System-Design/alpine-php8-webserver
|
||||
ref: main
|
||||
path: alpine-php8-webserver
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
|
@ -58,11 +59,13 @@ jobs:
|
|||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: ./alpine-php8-webserver
|
||||
push: true
|
||||
tags: |
|
||||
git.h2-invent.com/public-system-design/alpine-php8-webserver:${{ needs.release.outputs.version }}
|
||||
git.h2-invent.com/public-system-design/alpine-php8-webserver:latest
|
||||
|
||||
build-args: |
|
||||
VERSION=${{ needs.release.outputs.version }}
|
||||
|
||||
cron:
|
||||
runs-on: host
|
||||
|
|
Loading…
Add table
Reference in a new issue