We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fadb0fa commit d9a93f2Copy full SHA for d9a93f2
.github/workflows/publish-to-gcr.yml
@@ -19,7 +19,7 @@ jobs:
19
username: ${{ github.actor }}
20
password: ${{ secrets.GITHUB_TOKEN }}
21
- name: Only Build MWCS Deploy
22
- if: ${{input.build-only == true}}
+ if: ${{inputs.build-only == true}}
23
run: |
24
docker build . --tag ghcr.io/godaddy-wordpress/mwcs-deploy:latest
25
- name: Build the MWCS Deploy Docker image and Publish
0 commit comments