Skip to content

Commit

Permalink
BWS-PKG - GitHub Actions - Pull images in separate run for both compo…
Browse files Browse the repository at this point in the history
…se files
  • Loading branch information
kylemhall committed Jan 9, 2024
1 parent 0cc347e commit aba8dcd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ jobs:
mkdir -p env
wget -O env/defaults.env https://gitlab.com/koha-community/koha-testing-docker/raw/23.11/env/defaults.env
cp env/defaults.env .env
docker-compose pull
- name: Pull docker images
run: |
docker compose -f docker-compose.es7.yml -f docker-compose.yml pull
# - name: Setup Debug Session
# uses: csexton/debugger-action@master
Expand Down

0 comments on commit aba8dcd

Please sign in to comment.