We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d7172 commit 7d6634bCopy full SHA for 7d6634b
.github/workflows/docker-images-nightly.yml
@@ -48,5 +48,5 @@ jobs:
48
cache-from: type=gha
49
cache-to: type=gha,mode=max
50
tags: |
51
- ghcr.io/${{ github.repository_owner }}/n8n:${{ env.N8N_TAG }}
52
- ${{ secrets.DOCKER_USERNAME }}/n8n:${{ env.N8N_TAG }}
+ ghcr.io/${{ github.repository_owner }}/n8n:nightly
+ ${{ secrets.DOCKER_USERNAME }}/n8n:nightly
0 commit comments