Skip to content

Commit

Permalink
fix the fix the fix the fix the fix the fix the fix the fix the fix t…
Browse files Browse the repository at this point in the history
…he fail early fix the fix the fix the fix the fix the fix the Maybe this works?
  • Loading branch information
Z-100 committed Jan 24, 2024
1 parent e5024e1 commit dcbab3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/azure-kubernetes-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Get Short Commit SHA
run: |
echo "COMMIT_SHA_SHORT=$(echo ${{ github.sha }} | cut -c1-7)"
echo "COMMIT_SHA_SHORT=$(echo ${{ github.sha }} | cut -c1-7)" >> $GITHUB_ENV
- name: Populate deployment.yaml with vars
run: |
sed -i "s|\$IMAGE_TAG|${{ env.COMMIT_SHA_SHORT }}|g" ./soemi-woeb/k8s/deployment.yaml
Expand Down

0 comments on commit dcbab3c

Please sign in to comment.