Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jodevsa committed Mar 19, 2022
1 parent 6eaab57 commit c7986f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-publish-operator-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,12 @@ jobs:
run : |
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
printf "WIREGUARD_IMAGE: \"$WIREGUARD_IMAGE\"\nOPERATOR_IMAGE: \"$OPERATOR_IMAGE\"" > release-config.yaml
git add release-config.yaml
git commit -m "new release" -a
- name: commit new release
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.head_ref }}
force: true
branch: ${{ github.head_ref }}

0 comments on commit c7986f6

Please sign in to comment.