diff --git a/.github/workflows/release-compose.yml b/.github/workflows/release-compose.yml index 69a5b27..1c3b3d0 100644 --- a/.github/workflows/release-compose.yml +++ b/.github/workflows/release-compose.yml @@ -44,6 +44,7 @@ jobs: ALL_TAGS=$(git tag --sort=-v:refname) CURRENT_TAG=${GITHUB_REF#refs/tags/} PREVIOUS_TAG=$(echo "$ALL_TAGS" | grep -F -x -A 1 "$CURRENT_TAG" | tail -n 1) + echo ${PREVIOUS_TAG}..${CURRENT_TAG} echo "previous_tag=$PREVIOUS_TAG" >> $GITHUB_ENV - name: Generate Release Notes diff --git a/.github/workflows/release-docker-image.yml b/.github/workflows/release-docker-image.yml index c71ec1c..4552d77 100644 --- a/.github/workflows/release-docker-image.yml +++ b/.github/workflows/release-docker-image.yml @@ -9,7 +9,7 @@ jobs: build: permissions: contents: write - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Checkout