Updating workflow to continue even if registry logins fail.
Renovate PR Deployment / Renovate PR Deployment (pull_request) Has been skipped
Renovate PR Deployment / Renovate PR Deployment (pull_request) Has been skipped
This commit is contained in:
@@ -165,6 +165,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
|
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
|
||||||
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
DOCKER_HOST: tcp://192.168.1.250:2375
|
DOCKER_HOST: tcp://192.168.1.250:2375
|
||||||
with:
|
with:
|
||||||
@@ -173,6 +174,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Login to GitHub Container Registry
|
- name: Login to GitHub Container Registry
|
||||||
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
|
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
|
||||||
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
DOCKER_HOST: tcp://192.168.1.250:2375
|
DOCKER_HOST: tcp://192.168.1.250:2375
|
||||||
with:
|
with:
|
||||||
@@ -182,6 +184,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Login to Private Gitea Registry
|
- name: Login to Private Gitea Registry
|
||||||
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
|
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
|
||||||
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
DOCKER_HOST: tcp://192.168.1.250:2375
|
DOCKER_HOST: tcp://192.168.1.250:2375
|
||||||
with:
|
with:
|
||||||
@@ -300,6 +303,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
|
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
|
||||||
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
DOCKER_HOST: tcp://192.168.1.250:2375
|
DOCKER_HOST: tcp://192.168.1.250:2375
|
||||||
with:
|
with:
|
||||||
@@ -308,6 +312,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Login to GitHub Container Registry
|
- name: Login to GitHub Container Registry
|
||||||
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
|
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
|
||||||
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
DOCKER_HOST: tcp://192.168.1.250:2375
|
DOCKER_HOST: tcp://192.168.1.250:2375
|
||||||
with:
|
with:
|
||||||
@@ -317,6 +322,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Login to Private Gitea Registry
|
- name: Login to Private Gitea Registry
|
||||||
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
|
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
|
||||||
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
DOCKER_HOST: tcp://192.168.1.250:2375
|
DOCKER_HOST: tcp://192.168.1.250:2375
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user