Skip to content

Commit

Permalink
chore(ci): typo docker scout
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebigard committed Nov 13, 2024
1 parent b21a452 commit bfb178a
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 @@ -86,8 +86,8 @@ jobs:
uses: docker/scout-action@v1
with:
command: quickview,cves,recommendations,compare
image: ghcr.io/mission-apprentissage/ij_sirius_server:${{ needs.release.outputs.VERSION }}
to: ghcr.io/mission-apprentissage/ij_sirius_server:${{ needs.release.outputs.PREV_VERSION }}
image: ghcr.io/mission-apprentissage/ij_orion_server:${{ needs.release.outputs.VERSION }}
to: ghcr.io/mission-apprentissage/ij_orion_server:${{ needs.release.outputs.PREV_VERSION }}
sarif-file: sarif-server.output.json

- name: Server Docker Upload SARIF result
Expand All @@ -100,8 +100,8 @@ jobs:
uses: docker/scout-action@v1
with:
command: quickview,cves,recommendations,compare
image: ghcr.io/mission-apprentissage/ij_sirius_ui:${{ needs.release.outputs.VERSION }}-production
to: ghcr.io/mission-apprentissage/ij_sirius_ui:${{ needs.release.outputs.PREV_VERSION }}-production
image: ghcr.io/mission-apprentissage/ij_orion_ui:${{ needs.release.outputs.VERSION }}-production
to: ghcr.io/mission-apprentissage/ij_orion_ui:${{ needs.release.outputs.PREV_VERSION }}-production
sarif-file: sarif-ui.output.json

- name: UI Docker Upload SARIF result
Expand Down

0 comments on commit bfb178a

Please sign in to comment.