Update .forgejo/workflows/demo.yaml
/ test (push) Successful in 2m27s
Details
/ test (push) Successful in 2m27s
Details
This commit is contained in:
parent
c143a4626f
commit
5b7be53b9a
|
@ -20,7 +20,6 @@ jobs:
|
||||||
- name: Login to Docker Registry
|
- name: Login to Docker Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: hub.docker.com
|
|
||||||
username: imartyn
|
username: imartyn
|
||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
|
|
Loading…
Reference in New Issue