diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7961c12..019a673 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,10 +33,9 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | type=raw,value=latest,enable={{is_default_branch}} - type=ref,event=branch type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} - type=sha + type=semver,pattern={{major}} - uses: docker/build-push-action@v6 with: