Skip to content

Commit

Permalink
Changing commit message
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Marques <[email protected]>
  • Loading branch information
Tylermarques committed Jun 12, 2024
1 parent 0b16e90 commit 011e415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
yq e '(.images[] | select(.name == "u-the-bomb-com") | .newTag) = "'${{ github.sha }}'"' apps/u-the-bomb-com/production/kustomization.yaml -i
git commit -am 'Increment image tag'
git commit -am 'Push from ${{ github.actor }} to ${{ github.repository }}'
git push

0 comments on commit 011e415

Please sign in to comment.