Skip to content

Commit 1d2cb1f

Browse files
committed
move things
1 parent b883f0d commit 1d2cb1f

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build_multi_arch_image.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,6 @@ jobs:
5353
google-chrome-stable firefox postgresql* temurin-* *llvm* mysql*
5454
dotnet-sdk-*
5555
remove_packages_one_command: true
56-
- 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
6456
- name: Login to github container registry
6557
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
6658
with:
@@ -71,6 +63,14 @@ jobs:
7163
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
7264
with:
7365
fetch-depth: 0
66+
- name: setup trivy
67+
uses: aquasecurity/setup-trivy@3fb12ec12f41e471780db15c232d5dd185dcb514
68+
with:
69+
version: v0.69.1
70+
- name: setup node
71+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238
72+
with:
73+
node-version-file: .tool-versions
7474

7575
- name: make install
7676
run: |

0 commit comments

Comments
 (0)