We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7da4937 + 0818621 commit 0e24ca8Copy full SHA for 0e24ca8
1 file changed
.github/workflows/main.yml
@@ -52,7 +52,7 @@ jobs:
52
-
53
name: Build and push ${{ matrix.node }}
54
id: docker_build
55
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
56
with:
57
push: ${{ github.ref == 'refs/heads/main' }}
58
tags: ${{ matrix.additionalTags }}ghcr.io/pluswerk/node-dev:${{ matrix.node }}${{ matrix.distroAddon }},pluswerk/node-dev:${{ matrix.node }}${{ matrix.distroAddon }}
0 commit comments