Alters branch again

This commit is contained in:
Spoffy 2024-07-02 19:44:14 +01:00
parent 91858353c2
commit 1f5f2fb400

View File

@ -37,7 +37,7 @@ on:
default: 'experimental'
env:
BRANCH: ${{ github.repository_owner }}/${{ inputs.branch }}
BRANCH: ${{ inputs.branch || 'latest_candidate' }}
PLATFORMS: ${{ inputs.platforms || 'linux/amd64,linux/arm64/v8' }}
TAG: ${{ inputs.tag || 'experimental' }}
DOCKER_HUB_OWNER: ${{ vars.DOCKER_HUB_OWNER || github.repository_owner }}