diff --git a/.github/workflows/docker-build-template.yml b/.github/workflows/docker-build-template.yml index 892680a26..41b82d2a6 100644 --- a/.github/workflows/docker-build-template.yml +++ b/.github/workflows/docker-build-template.yml @@ -62,7 +62,7 @@ jobs: with: images: ${{ inputs.REGISTRY }}/${{ inputs.IMAGE_NAME }} tags: | - type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }} + type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') || github.ref == format('refs/heads/{0}', 'temp-test') }} # Build and push Docker image with Buildx (don't push on PR) # https://github.com/docker/build-push-action