Skip to content

Commit

Permalink
change image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lnart committed Apr 19, 2024
1 parent d9f3e66 commit 6f97b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ 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.template > deployment.yml
run: sed -i 's/IMAGE_TAG_PLACEHOLDER/${{ github.sha }}/g' deployment.yml > deployment.yml
- uses: actions/checkout@v4
name: checkout deployments
with:
Expand Down

0 comments on commit 6f97b6a

Please sign in to comment.