try to fix builder tag

This commit is contained in:
Victoria Nadasdi 2024-04-16 18:15:54 +02:00
parent cfe0d7568c
commit d8816f6605
No known key found for this signature in database
GPG key ID: 58E2D23885002DC5

View file

@ -33,8 +33,8 @@ jobs:
uses: docker/metadata-action@v5 uses: docker/metadata-action@v5
with: with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: tags: |
type=semver,pattern={{version}},value=${{ inputs.phanpy_version }} ${{ inputs.phanpy_version }}
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with: