Compare commits
2 Commits
8dedc9303b
...
5579637995
Author | SHA1 | Date | |
---|---|---|---|
5579637995 | |||
1816b6e14a |
@@ -126,8 +126,8 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ env.actions_user }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
username: ${{ env.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