tag image with repo
Signed-off-by: Omri Shiv <327609+OmriShiv@users.noreply.github.com>
This commit is contained in:
parent
1d77fd986e
commit
480103c856
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-push.yaml
vendored
2
.github/workflows/build-and-push.yaml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: omrishiv/backstage-app:${{ github.sha }}
|
||||
tags: ghcr.io/omrishiv/backstage-app:${{ github.sha }}
|
||||
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)."
|
||||
|
|
Loading…
Reference in a new issue