Update .forgejo/workflows/build.yml
All checks were successful
build / extract-version (push) Successful in 4s
build / docker (push) Successful in 9s

This commit is contained in:
holzi1005 2025-04-09 20:58:03 +02:00
parent 9ec3e72e71
commit ea77a19ddd

View file

@ -40,6 +40,6 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: git.h2-invent.com/public-docker-registry/etherpad:${{ needs.extract-version.outputs.version }}
tags: git.h2-invent.com/public-system-design/etherpad:${{ needs.extract-version.outputs.version }}
build-args: VERSION=${{ needs.extract-version.outputs.version }}