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 88d06dc commit e5cf4ddCopy full SHA for e5cf4dd
.github/workflows/build-docker.yml
@@ -38,6 +38,8 @@ jobs:
38
echo "Target registry status:" ${{ inputs.registry }}
39
- name: Checkout
40
uses: actions/checkout@v4
41
+ with:
42
+ ref: ${{ github.event.workflow_run.head_branch }}
43
44
- name: Docker Login
45
if: ${{ inputs.push == true && inputs.branch == 'main' }}
0 commit comments