Skip to content

Commit

Permalink
oops forgot to change to dev
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 7a90b5b commit c2f8685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
apt update && apt install -y yq
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
yq e '(.images[] | select(.name == "u-the-bomb-com") | .newTag) = "'${{ github.sha }}'"' apps/u-the-bomb-com/dev/kustomization.yaml -i
git commit -am 'Push from ${{ github.actor }} to ${{ github.repository }}'
git push

0 comments on commit c2f8685

Please sign in to comment.