Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone Fantini committed Aug 25, 2024
1 parent 22bde03 commit 0447b81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ jobs:
- name: Build and push php82_fpm image
run: |
cd docker-images
docker build -t ghcr.io/${{ github.repository }}/php82_fpm:latest -f php82_fpm docker-images
docker build -t ghcr.io/${{ github.repository }}/php82_fpm:latest -f docker-images/php82_fpm .
docker push ghcr.io/${{ github.repository }}/php82_fpm:latest
1 change: 1 addition & 0 deletions docker-images/php82_fpm
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ EXPOSE 9000

CMD ["php-fpm"]


0 comments on commit 0447b81

Please sign in to comment.