From f87ec0ed435413302317c470d557c653aeabc3d3 Mon Sep 17 00:00:00 2001 From: The Fake Slim Shady <74916637+Sid220@users.noreply.github.com> Date: Mon, 25 Sep 2023 19:46:12 -0400 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 1bec03c..7fbc9d6 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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: