Skip to content

Commit cac5067

Browse files
authored
Merge pull request #146 from timoa/fix/deps/docker-build-push-action-3.x
2 parents 8adebec + 94f4ba6 commit cac5067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
password: ${{ secrets.DOCKER_PASSWORD }}
275275

276276
- name: Build and push
277-
uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # tag=v3.2.0
277+
uses: docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6 # v3.3.1
278278
with:
279279
context: .
280280
push: true

0 commit comments

Comments
 (0)