Skip to content

Commit

Permalink
chore: update workflow docker publish
Browse files Browse the repository at this point in the history
fix syntax typo
  • Loading branch information
mrnabilnoh committed Feb 13, 2023
1 parent 18c2844 commit be68126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ jobs:
BUILD_DIGEST: ${{ needs.build.outputs.digest }}
BUILD_TAGS: ${{ needs.build.outputs.tags }}
run: |
yq -i '.images[0].digest = strenv(BUILD_DIGEST)' ${{ REPO_KUSTOMIZE_PATH }}
yq -i '.images[0].newTag = strenv(BUILD_TAGS)' ${{ REPO_KUSTOMIZE_PATH }}
yq -i '.images[0].digest = strenv(BUILD_DIGEST)' ${{ secrets.REPO_KUSTOMIZE_PATH }}
yq -i '.images[0].newTag = strenv(BUILD_TAGS)' ${{ secrets.REPO_KUSTOMIZE_PATH }}
- name: Auto Commit
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit be68126

Please sign in to comment.