Skip to content

Commit

Permalink
check pipeline 030
Browse files Browse the repository at this point in the history
  • Loading branch information
tinhutins committed Jan 24, 2024
1 parent 1adff2d commit cde95f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@ jobs:
git checkout $branch
cd k8s-apps-deployment/python-test/
kustomize edit set image ${{ env.REPOSITORY_PATH }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
git commit -am "Publish image ${{ env.IMAGE_NAME }}:${{ env.TAG }}"
git commit -am "Publish image ${{ env.IMAGE_NAME }}:${{ env.TAG }}" || true
(git push) || true

0 comments on commit cde95f8

Please sign in to comment.