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 35c1aaa commit b956f8fCopy full SHA for b956f8f
.github/workflows/deploy.yml
@@ -188,7 +188,7 @@ jobs:
188
- name: Deploy
189
run: |
190
git remote add deploy $REPO_URL
191
- git push deploy ${{ github.ref_name }}:master --force
+ git push deploy HEAD:master --force
192
env:
193
# This avoids a failure when the client does not know the SSH Host already
194
GIT_SSH_COMMAND: "ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
.github/workflows/release.yml
@@ -164,4 +164,5 @@ jobs:
164
with:
165
workflow: Release update
166
repo: monicahq/docker
167
+ ref: refs/heads/main
168
token: ${{ secrets.DOCKER_GITHUB_TOKEN }}
0 commit comments