Skip to content

Commit

Permalink
Remove Circle CI and add a test with GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan committed Dec 27, 2023
1 parent 47be259 commit 19b9dc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/8.2.apache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Build and push the Apache Production Image
uses: docker/build-push-action@v5
with:
context: .
context: 8/8.2
file: Dockerfile.apache
build-args: |
PHP_VERSION=8.2
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Build and push the Apache Development Image
uses: docker/build-push-action@v5
with:
context: .
context: 8/8.2
file: Dockerfile.apache.dev
build-args: |
PHP_VERSION=8.2
Expand Down
2 changes: 1 addition & 1 deletion 8/8.2/Dockerfile.apache
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ EXPOSE 8080
### PROD ENVIRONMENT SPECIFIC ###
################################

ENV PROVISION_CONTEXT "production"
ENV PROVISION_CONTEXT "production"

################################

0 comments on commit 19b9dc2

Please sign in to comment.