Skip to content

Commit

Permalink
fix 8.4-slim built
Browse files Browse the repository at this point in the history
  • Loading branch information
addeeandra committed Jan 23, 2025
1 parent 61e3a1a commit ce21159
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
name: Build and push
uses: docker/build-push-action@v6
with:
context: ubuntu/fpm/
context: slim/fpm/
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/digital-entropy/dokar-php/fpm:8.4-slim
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
name: Build and push
uses: docker/build-push-action@v6
with:
context: ubuntu/octane/
context: slim/octane/
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/digital-entropy/dokar-php/octane:8.4-slim
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
name: Build and push
uses: docker/build-push-action@v6
with:
context: ubuntu/nginx/
context: slim/nginx/
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/digital-entropy/dokar-php/nginx:8.4-slim

0 comments on commit ce21159

Please sign in to comment.