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