Skip to content

Commit

Permalink
debug action
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone Fantini committed Aug 25, 2024
1 parent 9b5032d commit e82e437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ jobs:
- name: Build and push php82_fpm image
run: |
ls -l
docker build -t ghcr.io/${{ github.repository }}/php82_fpm:latest -f docker-images/php82_fpm docker-images
docker push ghcr.io/${{ github.repository }}/php82_fpm:latest
2 changes: 1 addition & 1 deletion docker-images/php82_cli
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-cli
FROM php:8.2-cli-bookworm

LABEL author="Simone Fantini"
LABEL email="[email protected]"
Expand Down

0 comments on commit e82e437

Please sign in to comment.