File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
24
24
run : |
25
25
LATEST_VERSION=$(curl -sL https://download.sysdig.com/scanning/sysdig-cli-scanner/latest_version.txt)
26
26
IMAGE_TAG=$(gh api -H "Accept: application/vnd.github+json" /orgs/sysdiglabs/packages/container/sysdig-cli-scanner/versions | jq -r 'sort_by(.created_at) | last | .metadata.container.tags[0]')
27
- if [[ ${LATEST_VERSION} != ${IMAGE_TAG} ]]; then
28
- echo "Container versions differ, building ${LATEST_VERSION}"
27
+ # if [[ ${LATEST_VERSION} != ${IMAGE_TAG} ]]; then
28
+ # echo "Container versions differ, building ${LATEST_VERSION}"
29
29
echo "IMAGE_TAG=${LATEST_VERSION}" >> ${GITHUB_ENV}
30
- else
31
- echo "Container already using latest version"
30
+ # else
31
+ # echo "Container already using latest version"
32
32
# exit 1
33
- fi
33
+ # fi
34
34
35
35
- name : Checkout
36
36
uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments