fix build
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 3s
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 3s
This commit is contained in:
parent
366e6a4f30
commit
1d898c0a52
1 changed files with 2 additions and 2 deletions
|
@ -18,13 +18,13 @@ jobs:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
- name: Login to cr.sp-codes.de
|
- name: Login to cr.sp-codes.de
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: cr.sp-codes.de
|
registry: cr.sp-codes.de
|
||||||
username: ${{ secrets.CR_USERNAME }}
|
username: ${{ secrets.CR_USERNAME }}
|
||||||
password: ${{ secrets.CR_TOKEN }}
|
password: ${{ secrets.CR_TOKEN }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
|
Loading…
Reference in a new issue