diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 89b6c6a9e..1a2a4b9a6 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -105,6 +105,6 @@ jobs: context: . push: ${{ github.event_name != 'pull_request' }} tags: | - type=raw,value=latest,enable={{is_default_branch}} - type=pep440,pattern={{version}} + type=raw,value=latest,enable={{is_default_branch}} + type=pep440,pattern={{version}} labels: ${{ steps.meta.outputs.labels }}