diff --git a/.github/workflows/build-and-push-dev.yaml b/.github/workflows/build-and-push-dev.yaml index 52433d7..3e5829a 100644 --- a/.github/workflows/build-and-push-dev.yaml +++ b/.github/workflows/build-and-push-dev.yaml @@ -52,7 +52,6 @@ jobs: - name: Update Manifests run: | apt update && apt install -y yq - cd homelab-infra 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/dev/kustomization.yaml -i diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index ddc2252..efb7bae 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -53,7 +53,6 @@ jobs: - name: Update Manifests run: | apt update && apt install -y yq - cd homelab-infra 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/prod/kustomization.yaml -i