Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
da4545c6d8 | |||
e0ff8c89fb | |||
5579637995 |
@@ -126,8 +126,8 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
username: ${{ vars.WORKER_USERNAME}}
|
||||
password: ${{ secrets.CI_BOT_TOKEN }}
|
||||
|
||||
- name: Build and push release images
|
||||
uses: docker/build-push-action@v5
|
||||
|
Reference in New Issue
Block a user