Skip to content

Commit

Permalink
Update ghrc-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hellofinch authored Dec 26, 2024
1 parent ea24911 commit d12cc63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ghrc-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: |
${{ steps.meta.outputs.tags }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
labels: ${{ steps.meta.outputs.labels }}

- name: Generate artifact attestation
Expand Down

0 comments on commit d12cc63

Please sign in to comment.