This commit is contained in:
2025-10-27 20:37:53 -07:00
parent 9267c98156
commit 846485b2e5

View File

@@ -41,12 +41,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITEA_TOKEN }}
- name: Debug GitHub context
run: |
echo "Owner: ${{ github.repository_owner }}"
echo "Repo: ${{ github.event.repository.name }}"
echo "Full repo: ${{ github.repository }}"
- name: Docker metadata
id: meta
uses: docker/metadata-action@v5
@@ -65,6 +59,12 @@ jobs:
# If this is a semver tag (vX.X.X), add full + minor version tags
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: Debug GitHub context
run: |
echo "Tags: ${{ steps.meta.outputs.tags }}"
echo "Labels: ${{ steps.meta.outputs.labels }}"
- name: Build and push
uses: docker/build-push-action@v6
with: