Skip to content

Commit

Permalink
ci: push Containerfile in release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrodicaprio authored Feb 18, 2024
1 parent cb9d82f commit 63444f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,13 @@ jobs:

- name: Commit Containerfile
run: |
mv Containerfile /tmp/Containerfile
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git clean -fxd
git fetch
git checkout release
cp /tmp/Containerfile Containerfile
git add Containerfile
git commit -m "release: ${GITHUB_REF#refs/tags/}"
git push

0 comments on commit 63444f7

Please sign in to comment.