Skip to content

Commit 2fcea06

Browse files
Update docker.yml
1 parent a1e89c6 commit 2fcea06

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: ${{ env.IMAGE_NAME }} != 'pythoncoderas/<name>'
17+
if: ${{ env.IMAGE_NAME != 'pythoncoderas/<name>' }}
1818
permissions:
1919
contents: read
2020
packages: write

0 commit comments

Comments
 (0)