pull images to verify their existence

master
Buckaroo Banzai 2022-05-14 20:20:09 +02:00 committed by GitHub
parent a29906d5be
commit f7ce6d0a9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -8,4 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: validate config
run: docker-compose config -q
run: |
docker-compose config -q
docker-compose pull