Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sid220 committed Sep 25, 2023
1 parent 6ce833a commit f87ec0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ jobs:
steps:
- uses: actions/checkout@v3
- 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 fetch --tags
wget -O - https://raw.githubusercontent.com/treeder/bump/master/gitbump.sh | bash
wget -O - https://raw.githubusercontent.com/Sid220/docker-apriltag-localisation/beta/gitbump.sh | bash
- name: Login to docker
shell: bash
env:
Expand Down

0 comments on commit f87ec0e

Please sign in to comment.