Skip to content

Commit

Permalink
Removed publication to GitHub packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppanopticon committed Mar 22, 2021
1 parent a9595d9 commit ccccb22
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,6 @@ jobs:
asset_content_type: application/tar
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to GitHub Packages
uses: docker/login-action@v1
with:
registry: docker.pkg.github.com
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push Docker Image to GitHub Packages
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: vitrivr/cottontaildb/cottontaildb:${{ env.VERSION }}
- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit ccccb22

Please sign in to comment.