Skip to content

Commit

Permalink
Update auth-server.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kylo-dev authored May 12, 2024
1 parent 1f8be70 commit 41cd353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auth-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Update image in deployment file
run: |
yq e '.spec.template.spec.containers[0].image = "${{ secrets.GLUE_PROJECT }}/glue-repository/glue-auth:${{ github.sha }}"' ./k8s-template/auth-deployment.yaml -i
yq e '.spec.template.spec.containers[1].image = "${{ secrets.GLUE_PROJECT }}/glue-repository/glue-auth:${{ github.sha }}"' ./k8s-template/auth-deployment.yaml -i
- name: Commit and Push changes
run: |
Expand Down

0 comments on commit 41cd353

Please sign in to comment.