Skip to content

Commit

Permalink
Validate K8S for PHP82
Browse files Browse the repository at this point in the history
  • Loading branch information
mavalosn committed Sep 7, 2023
1 parent e415eba commit 9391869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Generate image EKS
run: |
cd pm4-k8s-distribution
bash ./images/build.local.sh $CI_PACKAGE_BRANCH ${{env.IMAGE_TAG}} $BASE
bash ./images/build.k8s.sh $CI_PACKAGE_BRANCH ${{env.IMAGE_TAG}} $BASE
- name: List Images
run: |
docker images
Expand Down

0 comments on commit 9391869

Please sign in to comment.