fix: Allow failures caching images
This commit is contained in:
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@@ -36,6 +36,7 @@ jobs:
|
||||
docker buildx inspect --bootstrap
|
||||
|
||||
- name: Cache latest images
|
||||
continue-on-error: true
|
||||
run: |
|
||||
for PLATFORM in ${PLATFORMS}; do
|
||||
docker pull --platform "${PLATFORM}" "${IMAGE_NAME}:latest"
|
||||
|
||||
Reference in New Issue
Block a user