Skip to content

Commit 0e24ca8

Browse files
authored
Merge pull request #20 from pluswerk/dependabot/github_actions/docker/build-push-action-7
2 parents 7da4937 + 0818621 commit 0e24ca8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
-
5353
name: Build and push ${{ matrix.node }}
5454
id: docker_build
55-
uses: docker/build-push-action@v6
55+
uses: docker/build-push-action@v7
5656
with:
5757
push: ${{ github.ref == 'refs/heads/main' }}
5858
tags: ${{ matrix.additionalTags }}ghcr.io/pluswerk/node-dev:${{ matrix.node }}${{ matrix.distroAddon }},pluswerk/node-dev:${{ matrix.node }}${{ matrix.distroAddon }}

0 commit comments

Comments
 (0)