Skip to content

Commit

Permalink
And try dockerhub push, too
Browse files Browse the repository at this point in the history
  • Loading branch information
moschlar committed Oct 6, 2023
1 parent f7d3615 commit d6888c3
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,13 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

# Pushing to docker hub is disabled until repo is prepared

# https://github.com/docker/login-action
# - name: Login to docker hub
# uses: docker/login-action@v1
# with:
# registry: docker.io
# username: ${{ secrets.DOCKER_USER }}
# password: ${{ secrets.DOCKER_PASSWORD }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to docker hub
uses: docker/login-action@v1
with:
registry: docker.io
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}

# Extract metadata (tags, labels) for Docker
# https://github.com/docker/metadata-action
Expand All @@ -62,7 +59,7 @@ jobs:
with:
images: |
ghcr.io/${{ env.IMAGE_NAME }}
# ${{ env.IMAGE_NAME }}
${{ env.IMAGE_NAME }}
# Build and push Docker image with Buildx
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit d6888c3

Please sign in to comment.