diff --git a/.github/workflows/ghostv5.yml b/.github/workflows/ghostv5.yml index 68b4e5bc..5829454d 100644 --- a/.github/workflows/ghostv5.yml +++ b/.github/workflows/ghostv5.yml @@ -231,8 +231,8 @@ jobs: uses: docker/scout-action@v1 with: command: compare - image: ${{ needs.myvars.outputs.TAG_DKR_BRANCH_NAME }} - to: node:18.20.5-alpine3.20 + image: node:18.20.5-alpine3.20 + to: ${{ needs.myvars.outputs.TAG_DKR_BRANCH_NAME }} ignore-unchanged: true only-severities: critical,high,medium,low write-comment: true