Skip to content

Commit

Permalink
Using self-hosted action runners
Browse files Browse the repository at this point in the history
  • Loading branch information
mason committed Dec 18, 2024
1 parent 71810b5 commit dc66a2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
permissions:
contents: write
runs-on: ubuntu-latest
runs-on: self-hosted

steps:
- name: Checkout
Expand Down

0 comments on commit dc66a2e

Please sign in to comment.