mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
build: fix issue with missing docker scan (#3501)
This commit is contained in:
parent
680925f872
commit
fd53f86c84
1 changed files with 5 additions and 0 deletions
5
.github/workflows/nightly-build.yml
vendored
5
.github/workflows/nightly-build.yml
vendored
|
@ -17,6 +17,11 @@ jobs:
|
|||
with:
|
||||
go-version: 1.19.4
|
||||
id: go
|
||||
- name: Setup docker scan
|
||||
run: |
|
||||
mkdir -p ~/.docker/cli-plugins && \
|
||||
curl https://github.com/docker/scan-cli-plugin/releases/latest/download/docker-scan_linux_amd64 -L -s -S -o ~/.docker/cli-plugins/docker-scan &&\
|
||||
chmod +x ~/.docker/cli-plugins/docker-scan
|
||||
- name: Code checkout
|
||||
uses: actions/checkout@master
|
||||
- name: Publish
|
||||
|
|
Loading…
Reference in a new issue