We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a316282 commit 6d3cfa5Copy full SHA for 6d3cfa5
1 file changed
.github/workflows/ruby.yml
@@ -29,15 +29,15 @@ jobs:
29
with:
30
driver-opts: network=host
31
- name: Build Node.js 22 image
32
- uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
+ uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
33
34
context: ./22
35
load: true
36
tags: node-test:22
37
cache-from: type=gha,scope=node22
38
cache-to: type=gha,mode=max,scope=node22
39
- name: Build Node.js 24 image
40
41
42
context: ./24
43
0 commit comments