Update build-sign-push.yaml
All checks were successful
build, sign and push / build-and-sign (push) Successful in 35s
All checks were successful
build, sign and push / build-and-sign (push) Successful in 35s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user