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 2e6f4dd commit d2fcaafCopy full SHA for d2fcaaf
.github/workflows/build-publish.yml
@@ -22,7 +22,7 @@ jobs:
22
multiarch-build:
23
name: Build and publish Docker image
24
runs-on: ubuntu-latest
25
- if: (github.event_name == "schedule" && github.repository == "nginx-proxy/acme-companion") || (github.event_name != "schedule")
+ if: (github.event_name == 'schedule' && github.repository == 'nginx-proxy/acme-companion') || (github.event_name != 'schedule')
26
steps:
27
- name: Checkout
28
uses: actions/checkout@v4
0 commit comments