Use ghcr.io for build-push-action

This commit is contained in:
alan 2024-02-26 16:53:07 +00:00 committed by GitHub
parent abf63ab0c0
commit 1322d131c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,4 +32,4 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64
push: true
tags: ${{ github.repository }}:latest,${{ github.repository }}:${{ github.sha }}
tags: ghcr.io/${{ github.repository }}:latest,ghcr.io/${{ github.repository }}:${{ github.sha }}