Skip to content

Commit

Permalink
Correction inputs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aadamson-godaddy committed Nov 10, 2022
1 parent d9a93f2 commit 22654a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-gcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
docker build . --tag ghcr.io/godaddy-wordpress/mwcs-deploy:latest
- name: Build the MWCS Deploy Docker image and Publish
if: ${{input.build-only == false}}
if: ${{inputs.build-only == false}}
run: |
docker build . --tag ghcr.io/godaddy-wordpress/mwcs-deploy:latest
docker push ghcr.io/godaddy-wordpress/mwcs-deploy:latest

0 comments on commit 22654a6

Please sign in to comment.