diff --git a/.github/workflows/build-pipeline.yml b/.github/workflows/build-pipeline.yml index 556b505a..baddbc59 100644 --- a/.github/workflows/build-pipeline.yml +++ b/.github/workflows/build-pipeline.yml @@ -199,11 +199,11 @@ jobs: - name: Extract metadata (tags, labels) for Docker if: ${{ !startsWith(github.ref, 'refs/heads/feature') }} id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | - type=semver,pattern={{version}},value=${{ env.software_version }} + type=raw,pattern={{version}},value=${{ env.software_version }} type=raw,value=${{ env.venue }} - name: Wait for package if: ${{ !startsWith(github.ref, 'refs/heads/feature') }}