mirror of
https://github.com/elyby/chrly.git
synced 2024-11-17 02:32:59 +05:30
Read secrets from secrets
This commit is contained in:
parent
ecbb06b83c
commit
26bfbd1517
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -35,8 +35,8 @@ jobs:
|
||||
- name: Log in to the Container registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ env.DOCKERHUB_USERNAME }}
|
||||
password: ${{ env.DOCKERHUB_TOKEN }}
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Build and Push
|
||||
uses: docker/build-push-action@v5
|
||||
|
Loading…
Reference in New Issue
Block a user