mirror of
https://github.com/zedeus/nitter.git
synced 2025-04-21 16:34:12 +00:00
Use ghcr.io for build-push-action
This commit is contained in:
parent
abf63ab0c0
commit
1322d131c8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-docker.yml
vendored
2
.github/workflows/build-docker.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue