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.
1 parent 0c73ec6 commit a1e89c6Copy full SHA for a1e89c6
.github/workflows/docker.yml
@@ -14,7 +14,7 @@ env:
14
jobs:
15
build:
16
runs-on: ubuntu-latest
17
- if: ${{ github.repository }} != "PythonCoderAS/dockerfile-template-pipenv"
+ if: ${{ env.IMAGE_NAME }} != 'pythoncoderas/<name>'
18
permissions:
19
contents: read
20
packages: write
0 commit comments