We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c83293 commit 0888ddbCopy full SHA for 0888ddb
.github/workflows/build.yml
@@ -53,6 +53,7 @@ jobs:
53
gdrive --config /gdrive --service-account-evar SERVICE_ACCOUNT_JSON download --path /github/workspace/packages/ ${JDK_DRIVEID}
54
55
- name: Build and export to Docker
56
+ id: docker_build
57
uses: docker/build-push-action@v2
58
with:
59
context: .
@@ -72,7 +73,7 @@ jobs:
72
73
- name: Run docker image analysis
74
uses: yuichielectric/[email protected]
75
- image: ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE }}:${{ env.GIT_BRANCH }}
76
+ image: ${{ steps.docker_build.outputs.imageid }}
77
config-file: ${{ env.GITHUB_WORKSPACE }}/.dive-ci.yml
78
github-token: ${{ secrets.GITHUB_TOKEN }}
79
0 commit comments