mirror of
https://github.com/Allram/Shopify-Simplyprint-Sync.git
synced 2026-07-03 02:57:06 +00:00
fix tag casing
This commit is contained in:
parent
c3ede8fd6c
commit
d2d2f80997
1 changed files with 7 additions and 1 deletions
8
.github/workflows/docker-build.yml
vendored
8
.github/workflows/docker-build.yml
vendored
|
|
@ -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 }}
|
||||
Loading…
Add table
Reference in a new issue