Skip to content

Commit

Permalink
Messing with building the cli dockerfile first
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaize Kaye committed Aug 5, 2024
1 parent 0a0eb5a commit 68518b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-base-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}

- name: Build drupal-base-cli image
run: docker build -t drupal-base-cli:latest ./lagoon/cli.dockerfile

- name: Build Docker images
run: docker compose -f docker-compose.yml build

Expand Down

0 comments on commit 68518b4

Please sign in to comment.