We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e644e6 commit b883f0dCopy full SHA for b883f0d
1 file changed
.github/workflows/build_multi_arch_image.yml
@@ -53,10 +53,14 @@ jobs:
53
google-chrome-stable firefox postgresql* temurin-* *llvm* mysql*
54
dotnet-sdk-*
55
remove_packages_one_command: true
56
- - name: Install Trivy
+ - name: setup trivy
57
uses: aquasecurity/setup-trivy@3fb12ec12f41e471780db15c232d5dd185dcb514
58
with:
59
version: v0.69.1
60
+ - name: setup node
61
+ uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238
62
+ with:
63
+ node-version-file: .tool-versions
64
- name: Login to github container registry
65
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
66
0 commit comments