Workflow fixes
Some checks failed
dockerbuild / Build docker image (push) Failing after 16s

This commit is contained in:
Chris 2024-02-06 01:46:08 +01:00
parent 24b99b313f
commit af9bd1a3d5

View File

@ -15,6 +15,11 @@ 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: