This commit is contained in:
parent
2ccbe9f21c
commit
764cc31532
@ -21,9 +21,9 @@ jobs:
|
|||||||
[registry."git.schreifuchs.ch"]
|
[registry."git.schreifuchs.ch"]
|
||||||
http = true
|
http = true
|
||||||
insecure = true
|
insecure = true
|
||||||
|
- run: echo "${{ secrets.REGISTRY_TOKEN }}"
|
||||||
- name: login
|
- name: login
|
||||||
run: docker login -u schreifuchs -p ${{ secrets.REGISTRY_TOKEN }} git.schreifuchs.ch
|
run: docker login -u schreifuchs -p ${{ secrets.REGISTRY_TOKEN }} git.schreifuchs.ch
|
||||||
- run: echo "${{ secrets.REGISTRY_TOKEN }}"
|
|
||||||
- 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
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user