Skip to content

Commit

Permalink
Fixed typo in YAML file
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Wolf <[email protected]>
  • Loading branch information
christianlupus committed Oct 3, 2023
1 parent 9f54e05 commit b1a80cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
push_to_registry:
name: Build image
runs-on: ubuntu-latest
if: github.repository == "juliushaertl/nextcloud-docker-dev"
if: github.repository == 'juliushaertl/nextcloud-docker-dev'
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit b1a80cf

Please sign in to comment.