Public Access
1
0

fix: workflow tag update
Some checks failed
Build and Push Docker Image to Gitea / build-and-push-to-gitea (push) Has been cancelled

This commit is contained in:
2025-09-02 14:20:26 -04:00
parent 507b2b81f5
commit 2dd26d669a

View File

@@ -31,7 +31,7 @@ jobs:
id: prep
run: |
HOST=$(echo ${{ gitea.server_url }} | sed -e 's|^https://||')
# Prepare two tags: one with the version and one with 'latest'
VERSION=${{ gitea.ref_name }}
echo "tags=${HOST}/${{ gitea.repository }}:${VERSION},${HOST}/${{ gitea.repository }}:latest" >> $GITEA_OUTPUT
- name: Set up QEMU