try to fix builder tag
This commit is contained in:
parent
cfe0d7568c
commit
d8816f6605
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-and-publish.yaml
vendored
4
.github/workflows/build-and-publish.yaml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue