Skip to content

Commit

Permalink
point back to docker.io for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil Kais committed Dec 31, 2024
1 parent ef535ba commit 89f1784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/[email protected]
with:
registry: ghcr.io
# registry: ghcr.io
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

Expand All @@ -87,5 +87,5 @@ jobs:
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/n8n:${{ needs.publish-to-npm.outputs.release }}
ghcr.io/${{ github.repository_owner }}/n8n:${{ needs.publish-to-npm.outputs.release }}
docker.io/${{ github.repository_owner }}/n8n:${{ needs.publish-to-npm.outputs.release }}

0 comments on commit 89f1784

Please sign in to comment.