We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eafb956 + 99a6644 commit 63605dfCopy full SHA for 63605df
.github/workflows/BuildImage.yml
@@ -16,6 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Set Vars
19
+ id: outputs
20
run: |
21
echo "GITHUB_REPO=${{ env.GITHUB_REPO }}" >> $GITHUB_STEP_SUMMARY
22
echo "ENDPOINT=${{ env.ENDPOINT }}" >> $GITHUB_STEP_SUMMARY
@@ -31,7 +32,7 @@ jobs:
31
32
MOD_VERSION: ${{ steps.outputs.outputs.MOD_VERSION }}
33
34
build:
- if: github.base_ref != 'refs/heads/master'
35
+ if: ${{ github.base_ref != 'master' }}
36
uses: linuxserver/github-workflows/.github/workflows/docker-mod-builder.yml@v1
37
needs: set-vars
38
secrets:
0 commit comments