diff --git a/.github/workflows/push-main-image-ghcr.yml b/.github/workflows/push-main-image-ghcr.yml index ada3edf..e6adb0a 100644 --- a/.github/workflows/push-main-image-ghcr.yml +++ b/.github/workflows/push-main-image-ghcr.yml @@ -32,12 +32,17 @@ jobs: fetch-depth: '0' - name: Bump version and push tag - id: setversion uses: anothrNick/github-tag-action@1.36.0 + id: setversion env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true + - name: Read output + id: read-output + run: | + echo "${{ steps.setversion.outputs.new_tag }}" + - name: "Build, Tag, and push the Docker image" env: IMAGE_NAME: ghcr.io/manimatter/decluttarr