workflow fix
This commit is contained in:
parent
f4f591c5f1
commit
d5022c4a5a
1 changed files with 2 additions and 5 deletions
|
|
@ -21,11 +21,8 @@ jobs:
|
||||||
lfs: 'true'
|
lfs: 'true'
|
||||||
|
|
||||||
- name: Docker Login
|
- name: Docker Login
|
||||||
uses: https://github.com/docker/login-action@v3
|
run: |
|
||||||
with:
|
docker login -u riksolo -p ${{secrets.CONTAINER_REGISTRY_TOKEN}}
|
||||||
registry: git.riksolo.com
|
|
||||||
username: riksolo
|
|
||||||
password: ${{secrets.CONTAINER_REGISTRY_TOKEN}}
|
|
||||||
|
|
||||||
- name: Build and push main
|
- name: Build and push main
|
||||||
uses: https://github.com/docker/build-push-action@v6
|
uses: https://github.com/docker/build-push-action@v6
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue