Skip to content

Commit

Permalink
fix tags and use ghcr url
Browse files Browse the repository at this point in the history
  • Loading branch information
hoptical committed Sep 19, 2023
1 parent 533b4dc commit c56ea43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
context: .
platforms: linux/amd64
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: ghcr.io/${{ github.repository }}:latest
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit c56ea43

Please sign in to comment.