Skip to content

Commit 9738d78

Browse files
committed
gotta pull non-built images
1 parent 66dae2c commit 9738d78

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/docker-build-local.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
id: repo
2525
run: echo "REPO_NAME=$(basename $GITHUB_WORKSPACE)" >> $GITHUB_ENV
2626

27+
- name: Pull required images
28+
run: docker compose -f ${{ env.COMPOSE_FILE }} pull
29+
2730
- name: Build services
2831
run: docker compose -f ${{ env.COMPOSE_FILE }} build
2932

.github/workflows/docker-build-nginx.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
id: repo
2525
run: echo "REPO_NAME=$(basename $GITHUB_WORKSPACE)" >> $GITHUB_ENV
2626

27+
- name: Pull required images
28+
run: docker compose -f ${{ env.COMPOSE_FILE }} pull
29+
2730
- name: Build services
2831
run: docker compose -f ${{ env.COMPOSE_FILE }} build
2932

0 commit comments

Comments
 (0)