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 420ad17 commit b1ed276Copy full SHA for b1ed276
.github/workflows/docker.yml
@@ -22,7 +22,7 @@ env:
22
jobs:
23
docker:
24
# Disable the job in forks
25
- if: ${{ github.event_name == 'pull_request' || github.repository_owner == 'lucassvaz' }}
+ if: ${{ github.event_name == 'pull_request' || github.repository_owner == 'lucasssvaz' }}
26
name: Build docker image and push if needed
27
runs-on: ubuntu-latest
28
steps:
0 commit comments