Skip to content

Commit

Permalink
Merge pull request #3 from Sid220/master
Browse files Browse the repository at this point in the history
Master update
  • Loading branch information
Sid220 committed Sep 26, 2023
2 parents 99ad261 + 72b6b75 commit 4077264
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,19 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GH_PASS }}
- name: Bump version
shell: bash
env:
GH_PASS: ${{ secrets.GH_PASS }}
run: |
git config --global user.email "github+actions@gmail.com"
git config --global user.name "Actions"
git config --global user.name "sid220"
git fetch --tags
wget -O - https://raw.githubusercontent.com/treeder/bump/master/gitbump.sh | bash
wget https://raw.githubusercontent.com/Sid220/docker-apriltag-localisation/beta/gitbump.sh
chmod +x gitbump.sh
bash gitbump.sh $GH_PASS
- name: Login to docker
shell: bash
env:
Expand Down

0 comments on commit 4077264

Please sign in to comment.