Skip to content

Commit

Permalink
Removing CD
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Marques <me@tylermarques.com>
  • Loading branch information
Tylermarques committed Jun 12, 2024
1 parent fd5ec93 commit f9406c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-and-push-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9406c3

Please sign in to comment.