Skip to content

Commit

Permalink
GitHub Package Registry braucht man nicht!
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Stumpf committed Aug 29, 2023
1 parent 1f7228a commit a4d1732
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GH_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v4
Expand All @@ -41,4 +34,3 @@ jobs:
push: true
tags: |
maximiliangt500/uploader:latest
ghcr.io/maximiliangt500/uploader:latest

0 comments on commit a4d1732

Please sign in to comment.