Skip to content

Commit

Permalink
First build cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaize Kaye committed Aug 5, 2024
1 parent 68518b4 commit 5114184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-base-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# password: ${{ secrets.GITHUB_TOKEN }}

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

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

0 comments on commit 5114184

Please sign in to comment.