Update build.yaml
Some checks failed
Build Admin / Build image (push) Failing after 8s

This commit is contained in:
2026-03-21 10:53:26 +07:00
parent e942c6c2b5
commit 4bd2a74d24

View File

@@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Read Version - name: Read Version
id: version id: version
run: echo "VERSION=$(cat admin/VERSION)" >> $GITHUB_OUTPUT run: echo "VERSION=$(cat VERSION)" >> $GITHUB_OUTPUT
- name: Log in to Gitea Registry - name: Log in to Gitea Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with: