Skip to content

Commit 7d6634b

Browse files
committed
fix the nightly image tags
1 parent e3d7172 commit 7d6634b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-images-nightly.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ jobs:
4848
cache-from: type=gha
4949
cache-to: type=gha,mode=max
5050
tags: |
51-
ghcr.io/${{ github.repository_owner }}/n8n:${{ env.N8N_TAG }}
52-
${{ secrets.DOCKER_USERNAME }}/n8n:${{ env.N8N_TAG }}
51+
ghcr.io/${{ github.repository_owner }}/n8n:nightly
52+
${{ secrets.DOCKER_USERNAME }}/n8n:nightly

0 commit comments

Comments
 (0)