allow docker pull failure
All checks were successful
docker-monica-build mr / build (pull_request) Successful in 36s
All checks were successful
docker-monica-build mr / build (pull_request) Successful in 36s
This commit is contained in:
@@ -9,7 +9,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Pull Docker Image for caching
|
||||
run: docker pull gitea.sikorski.cloud/rogersik/docker-monica:development
|
||||
run: docker pull gitea.sikorski.cloud/rogersik/docker-monica:development || exit 0
|
||||
- name: Build the Docker image
|
||||
run: |
|
||||
docker build . \
|
||||
|
||||
Reference in New Issue
Block a user