Skip to content

Commit

Permalink
merge needs GenTag
Browse files Browse the repository at this point in the history
  • Loading branch information
Robonau authored and Robonau committed Aug 9, 2024
1 parent 5a50f21 commit 0787919
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@ env:
REGISTRY_IMAGE: ghcr.io/robonau/qbittorrent-gluetun-pia-portforward

jobs:
RepoName:
runs-on: ubuntu-latest
outputs:
value: ${{ steps.RepoName.outputs.lowercase }}
steps:
- name: Get Repo Name
id: RepoName
uses: ASzc/change-string-case-action@v6
with:
string: ${{ github.repository_owner }}/${{ github.event.repository.name }}
- name: Set Repo Name
run: echo "REPO_NAME=${{ steps.RepoName.outputs.lowercase }}" >> $GITHUB_OUTPUT
GenTag:
outputs:
value: ${{steps.GenTagName.outputs.value}}
Expand All @@ -41,7 +29,6 @@ jobs:
build:
needs:
- GenTag
- RepoName
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -102,6 +89,7 @@ jobs:
runs-on: ubuntu-latest
needs:
- build
- GenTag
steps:
- name: Download digests
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 0787919

Please # to comment.