Skip to content

Commit a1e89c6

Browse files
Update docker.yml
1 parent 0c73ec6 commit a1e89c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
jobs:
1515
build:
1616
runs-on: ubuntu-latest
17-
if: ${{ github.repository }} != "PythonCoderAS/dockerfile-template-pipenv"
17+
if: ${{ env.IMAGE_NAME }} != 'pythoncoderas/<name>'
1818
permissions:
1919
contents: read
2020
packages: write

0 commit comments

Comments
 (0)