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 209192a commit 45d5a6b
Showing 1 changed file with 2 additions and 2 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 @@ -42,7 +42,7 @@ jobs:
- name: Build and push the Apache Production Image
uses: docker/build-push-action@v5
with:
context: ./8/8.2
context: .
file: Dockerfile.apache
build-args: |
PHP_VERSION=8.2
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Build and push the Apache Development Image
uses: docker/build-push-action@v5
with:
context: ./8/8.2
context: .
file: Dockerfile.apache.dev
build-args: |
PHP_VERSION=8.2
Expand Down

0 comments on commit 45d5a6b

Please sign in to comment.