diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 443edac..60be56f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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 }} \ No newline at end of file + tags: ${{ env.REGISTRY }}/${{ env.IMAGE }}:${{ steps.get_version.outputs.tag }} \ No newline at end of file