diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index f24ac82..30160f3 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -51,7 +51,7 @@ jobs: push: true build-args: | SHOPIFY_API_KEY=${{ secrets.shopify_api_key }} - tags: ${{ steps.meta.outputs.tags }} + tags: ghcr.io/yalla-coop/${{ inputs.image_name }}:${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} # This step generates an artifact attestation for the image, which is an unforgeable statement about where and how it was built. It increases supply chain security for people who consume the image. For more information, see "[AUTOTITLE](/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds)."