Skip to content

Commit

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

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

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

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

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

0 comments on commit ccaaf00

Please sign in to comment.