Update build-sign-push.yaml
All checks were successful
build, sign and push / build-and-sign (push) Successful in 35s

This commit is contained in:
2026-03-26 19:22:21 +07:00
parent af6e393283
commit aadfe767d3

View File

@@ -7,7 +7,7 @@ on:
env:
REGISTRY: git.realmanual.ru
IMAGE: git.realmanual.ru/${{ gitea.repository }}
IMAGE: ${{ env.REGISTRY }}/${{ gitea.repository }}
permissions:
contents: read
@@ -26,7 +26,7 @@ jobs:
- name: Read Version
id: version
run: echo "VERSION=$(cat backend/VERSION)" >> $GITHUB_OUTPUT
run: echo "VERSION=$(cat image/VERSION)" >> $GITHUB_OUTPUT
- name: login to registry
uses: docker/login-action@v3