Skip to content

Commit

Permalink
Pull all images before pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
birkland committed Sep 30, 2021
1 parent 67c1b7c commit 6f869b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ jobs:
- name: Use static docker-compose file, to deploy image
run: make static-docker-compose.yml

# The primary purpose of this step is to make sure all the non-drupal images are
# downloaded.
- name: Load the irest of the stack
run: docker-compose up -d

# Push docker images, if we are on the appropriate branch or tag
- name: Docker Push
if: ${{ github.event_name != 'pull_request' && env.DOCKER_USER }}
Expand Down

0 comments on commit 6f869b1

Please sign in to comment.