Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaize Kaye committed Aug 5, 2024
1 parent ccaaf00 commit ccdf2e8
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/build-base-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

# - name: Log in to Docker Hub
# uses: docker/login-action@v2
# with:
Expand All @@ -29,17 +26,17 @@ jobs:
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}

- name: Build drupal-base-cli image
run: docker build -t uselagoon/drupal-base-cli:latest -t drupal-base-cli -f ./lagoon/cli.dockerfile .
# - name: Build drupal-base-cli image
# 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-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 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
- name: Build Docker images
run: docker compose -f docker-compose.yml build

- name: List images
run: docker image ls
Expand Down

0 comments on commit ccdf2e8

Please sign in to comment.