.gitea/workflows/build.yml aktualisiert
All checks were successful
Create dokuwiki docker image / Explore-Gitea-Actions (push) Successful in 49s
All checks were successful
Create dokuwiki docker image / Explore-Gitea-Actions (push) Successful in 49s
This commit is contained in:
parent
bde7d4ca4b
commit
10c5feb55b
@ -5,6 +5,9 @@ on: [push]
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
REGISTRY: registry.tuxnet.lan
|
||||
IMAGE: web/dokuwiki
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
@ -35,5 +38,4 @@ jobs:
|
||||
platforms: |
|
||||
linux/amd64
|
||||
push: true
|
||||
tags: | # replace it with your local IP and tags
|
||||
registry.tuxnet.lan/web/dokuwiki:${{ steps.get_version.outputs.tag }}
|
||||
tags: ${{ env.REGISTRY }}/${{ env.IMAGE }}:${{ steps.get_version.outputs.tag }}
|
Loading…
Reference in New Issue
Block a user