Another try at the workflow
Some checks failed
dockerbuild / Build docker image (push) Failing after 16s
Some checks failed
dockerbuild / Build docker image (push) Failing after 16s
This commit is contained in:
parent
6ea23d16a0
commit
082520e247
@ -15,15 +15,10 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
with: # replace it with your local IP
|
|
||||||
config-inline: |
|
|
||||||
[registry."dev.noccylabs.info"]
|
|
||||||
http = true
|
|
||||||
insecure = true
|
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: dev.noccylabs.info
|
registry: https://dev.noccylabs.info
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
|
Loading…
Reference in New Issue
Block a user