Skip to content

Commit

Permalink
Fix merge to main workflow (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bashofmann authored Aug 30, 2024
1 parent d14ff6a commit fb47a77
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/mergedtomain-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fb47a77

Please sign in to comment.