diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c77c1b2e..20dd6e97 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,11 +100,11 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v3 - - name: Docker meta - id: meta - uses: docker/metadata-action@v4 - with: - images: ${{ env.REGISTRY_IMAGE }} + # - name: Docker meta + # id: meta + # uses: docker/metadata-action@v4 + # with: + # images: ${{ env.REGISTRY_IMAGE }} - name: Build and push uses: docker/build-push-action@v5 @@ -124,7 +124,8 @@ jobs: provenance: mode=max sbom: true push: true - tags: ${{ steps.meta.outputs.tags }} + tags: $VERSION + # tags: ${{ steps.meta.outputs.tags }} testEndToEnd: