mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 21:47:40 +03:00
ci: Try to fix ghcr.io image upload
This commit is contained in:
parent
c5c8e4b5b5
commit
5cd2356b28
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -73,12 +73,14 @@ jobs:
|
|||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
logout: false
|
||||
- name: "Login to GitHub Container Registry"
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: "ghcr.io"
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
logout: false # https://news.ycombinator.com/item?id=28607735
|
||||
- name: "Generate container metadata"
|
||||
uses: docker/metadata-action@v5
|
||||
id: meta
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue