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