Skip to content

Commit

Permalink
NH-96772: add docker scout
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverchuk committed Dec 18, 2024
1 parent d79ca62 commit 16128bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,8 @@ jobs:

docker_hub:
runs-on: ubuntu-latest
needs:
- github_release
# needs:
# - github_release
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -431,7 +431,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
push: true
push: false
context: agent
platforms: linux/amd64,linux/arm64,linux/s390x,linux/ppc64le
tags: ${{ steps.meta.outputs.tags }}
Expand All @@ -452,7 +452,7 @@ jobs:
uses: docker/scout-action@v1
with:
command: cves
image: ${{ steps.meta.outputs.tags[0] }}
image: local://${{ steps.meta.outputs.tags[0] }}
platform: "linux/amd64"

ghrc_io:
Expand Down

0 comments on commit 16128bf

Please sign in to comment.