Update release.yml

This commit is contained in:
Paramtamtam 2022-05-12 17:25:00 +05:00 committed by GitHub
parent 978cd98ff3
commit 541fac5147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GHCR_PASSWORD }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v2 # Action page: <https://github.com/docker/build-push-action>
with: