From c2f8685f7625051cf8599536817ef0d0b8cb3178 Mon Sep 17 00:00:00 2001 From: Tyler Marques Date: Tue, 11 Jun 2024 21:23:48 -0400 Subject: [PATCH] oops forgot to change to dev Signed-off-by: Tyler Marques --- .github/workflows/build-and-push-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push-dev.yaml b/.github/workflows/build-and-push-dev.yaml index c8ceb78..1ed3114 100644 --- a/.github/workflows/build-and-push-dev.yaml +++ b/.github/workflows/build-and-push-dev.yaml @@ -54,6 +54,6 @@ jobs: apt update && apt install -y yq git config --global user.name "GitHub Actions" git config --global user.email "actions@github.com" - 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