Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lnart committed Apr 19, 2024
1 parent c148fc4 commit 871260e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ jobs:
k8s-secret: ${{ secrets.KUBE_SERVICE_ACC_SECRET }}
new-tag: ${{github.sha}}
- name: Replace image tag in Kubernetes deployment file
run: sed -i 's/IMAGE_TAG_PLACEHOLDER/${{ github.sha }}/g' deployment.yml > deployment.yml
run: sed -i 's/IMAGE_TAG_PLACEHOLDER/${{ github.sha }}/g' blueDeployment.yml > blueDeployment.yml
- name: debug
run: head ./deployment.yml
run: head ./blueDeployment.yml
- uses: actions/checkout@v4
name: checkout deployments
with:
Expand Down

0 comments on commit 871260e

Please sign in to comment.