fix tag casing

This commit is contained in:
Vegard Fladby 2026-01-17 10:47:31 +01:00
parent c3ede8fd6c
commit d2d2f80997

View file

@ -25,9 +25,15 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Lowercase owner
id: owner
run: echo "owner=${GITHUB_REPOSITORY_OWNER,,}" >> $GITHUB_OUTPUT
- name: Build and push image
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: ghcr.io/${{ github.repository_owner }}/shopify-simplyprint-sync:latest
tags: ghcr.io/${{ steps.owner.outputs.owner }}/shopify-simplyprint-sync:latest
labels: |
org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}