From fb47a7741f6d90a8349e3f199cbf6e6323a8fe7c Mon Sep 17 00:00:00 2001 From: Bastian Hofmann Date: Fri, 30 Aug 2024 10:01:47 +0200 Subject: [PATCH] Fix merge to main workflow (#3) --- .github/workflows/mergedtomain-workflow.yaml | 36 -------------------- 1 file changed, 36 deletions(-) diff --git a/.github/workflows/mergedtomain-workflow.yaml b/.github/workflows/mergedtomain-workflow.yaml index 193baff..8dd0e9c 100644 --- a/.github/workflows/mergedtomain-workflow.yaml +++ b/.github/workflows/mergedtomain-workflow.yaml @@ -25,42 +25,6 @@ jobs: run: | echo "commit_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - - name: Set up QEMU - uses: docker/setup-qemu-action@v3 - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - - - name: Login to Docker Hub - uses: docker/login-action@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - - - name: Docker meta - id: meta - uses: docker/metadata-action@v5 - with: - images: qdrant/operator - # Docs: - # - https://github.com/docker/metadata-action#date-format-tztimezone - # - https://momentjs.com/docs/#/displaying/format/ - tags: | - type=sha,suffix=-{{date 'YYYYMMDD-HHmmss'}} - type=sha,suffix=-{{date 'X'}} - - - name: Build and push - uses: docker/build-push-action@v6 - with: - context: . - push: true - sbom: true - provenance: true - platforms: linux/amd64,linux/arm64 - labels: ${{ steps.meta.outputs.labels }} - tags: ${{ steps.meta.outputs.tags }} - build-args: | - BUILD=${{ steps.extract_build_info.outputs.commit_short }} - - name: Update Release Draft uses: release-drafter/release-drafter@v6 with: