This commit is contained in:
@@ -17,8 +17,8 @@ jobs:
|
|||||||
uses: https://github.com/docker/login-action@v3
|
uses: https://github.com/docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: gitea.maximilian.link
|
registry: gitea.maximilian.link
|
||||||
username: ${{ secrets.GITEA_USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
password: ${{ secrets.GITEA_PASSWORD }}
|
password: ${{ secrets.PASSWORD }}
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: https://github.com/docker/build-push-action@v5
|
uses: https://github.com/docker/build-push-action@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user