diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index 449c7461e22..53ad29b7c9b 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -125,6 +125,6 @@ jobs: - name: Update Github Dependency Graph uses: anchore/sbom-action@v0 with: - image: cbioportal/cbioportal:${{ steps.meta.output.tags }} + image: cbioportal/cbioportal:${{ steps.meta.outputs.tags }} dependency-snapshot: 'true' github-token: '${{ secrets.GITHUB_TOKEN }}' \ No newline at end of file