Skip to content

Commit

Permalink
ci: remove org flag from local image
Browse files Browse the repository at this point in the history
  • Loading branch information
biodrone committed Mar 9, 2023
1 parent ad8e96a commit cd050b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
file: Dockerfile.${{ matrix.component }}
platforms: linux/amd64
# load: true
tags: dangeroustech/streamdl:${{ matrix.component }}_local
tags: streamdl:${{ matrix.component }}_local

- name: Docker Scan
id: docker_scan
Expand All @@ -47,7 +47,7 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: dangeroustech/streamdl:${{ matrix.component }}_local
image: streamdl:${{ matrix.component }}_local
args: --severity-threshold=medium --file=Dockerfile.${{ matrix.component }}

- name: Upload result to GitHub Code Scanning
Expand Down

0 comments on commit cd050b2

Please sign in to comment.