Skip to content

Commit

Permalink
use apache dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Nov 6, 2020
1 parent ee5b9ce commit 9b87ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: echo "::set-env name=IMAGE_TAG::$REGISTRY_HOSTNAME/$GCP_PROJECT/$REPOSITORY:$TAG"

- name: Build the Docker image
run: cd ./fpm-alpine && docker build . -t "$IMAGE_TAG"
run: cd ./apache && docker build . -t "$IMAGE_TAG"

- name: Log in to GCP
uses: GoogleCloudPlatform/github-actions/setup-gcloud@20c294aabd5331f9f7b8a26e6075d41c31ce5e0d
Expand Down

0 comments on commit 9b87ff1

Please sign in to comment.