Skip to content

Commit

Permalink
fix: appending ghcr.io to tag names
Browse files Browse the repository at this point in the history
  • Loading branch information
benbaja committed Nov 5, 2024
1 parent 46541d0 commit 0b84682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
context: .
push: true
tags: benbaja/velib-rest:latest,benbaja/velib-rest:v${{ steps.package-version.outputs.current-version }}
tags: ghcr.io/benbaja/velib-rest:latest,ghcr.io/benbaja/velib-rest:v${{ steps.package-version.outputs.current-version }}

- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
Expand Down

0 comments on commit 0b84682

Please sign in to comment.