Skip to content

Commit

Permalink
DSO-2027: Add debug commands
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercm1410 committed Mar 1, 2024
1 parent 5dad8bf commit 3ba8ab3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,13 @@ jobs:

- name: 🐋 Build Docker image
run: >-
docker build .
-t public.ecr.aws/f1n0z7a8/lep:${{ matrix.php_versions }}
docker build
--tag public.ecr.aws/f1n0z7a8/lep:${{ matrix.php_versions }}
--build-arg PHP_VERSION=${{ matrix.php_versions }}
--platform linux/amd64
--platform linux/amd64 .
- name: 🐋 Build Docker image
run: docker image ls

- name: 🛫 Push image to Amazon ECR
run: docker push public.ecr.aws/f1n0z7a8/lep:${{ matrix.php_versions }}
Expand Down

0 comments on commit 3ba8ab3

Please sign in to comment.