We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fb18d commit 88b1cacCopy full SHA for 88b1cac
.github/workflows/build-and-push.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
username: ${{ secrets.DOCKERHUB_USERNAME }}
30
password: ${{ secrets.DOCKERHUB_TOKEN }}
31
- - uses: docker/build-push-action@v5
+ - uses: docker/build-push-action@v6
32
33
context: .
34
build-args: N8N_VERSION=${{ inputs.n8n_version }}
0 commit comments