Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jodevsa committed Mar 19, 2022
1 parent e28a483 commit 71bdeaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-publish-operator-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ jobs:
git config --local user.email "jodevsa@gmail.com"
git config --local user.name "Github action"
printf "WIREGUARD_IMAGE: \"$WIREGUARD_IMAGE\"\nOPERATOR_IMAGE: \"$OPERATOR_IMAGE\"" > release-config.yaml
make update-controller-image
git add release-config.yaml
git add config/manager/kustomization.yaml
git commit -m "new release" -a
- name: commit new release
Expand Down

0 comments on commit 71bdeaa

Please sign in to comment.