diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index baf271f..8888ced 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,4 +1,4 @@ -name: Overcrawlrr Release +name: Release on: workflow_dispatch: @@ -59,7 +59,7 @@ jobs: with: images: ghcr.io/${{ github.repository }} tags: | - type=semver,pattern={{version}} + type=semver,pattern={{version}},value={{needs.semantic-release.outputs.newVersion}} - name: Build and push uses: docker/build-push-action@v6 with: