File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1818env :
1919 TRIVY_DB_REPOSITORY : public.ecr.aws/aquasecurity/trivy-db:2 # see https://github.com/nofusscomputing/action_python/issues/10
2020 DOCKER_BUILD_REGISTRY : ghcr.io
21- DOCKER_BUILD_IMAGE_NAME : " ${{ github.repository }}"
21+ DOCKER_BUILD_IMAGE_NAME : " nofusscomputing/ ${{ github.repository }}"
2222 DOCKER_BUILD_IMAGE_TAG : ${{ github.sha }}
23- DOCKER_PUBLISH_REGISTRY : " docker.io/nofusscomputing"
24- DOCKER_PUBLISH_IMAGE_NAME : " bind"
23+ DOCKER_BUILD_USERNAME : ${{ github.actor }}
24+ DOCKER_BUILD_PASSWORD : ${{ secrets.GITHUB_TOKEN }}
25+ DOCKER_PUBLISH_REGISTRY : " docker.io"
26+ DOCKER_PUBLISH_IMAGE_NAME : " nofusscomputing/bind"
2527 DOCKER_PUBLISH_USERNAME : ${{ secrets.NFC_DOCKERHUB_USERNAME }}
2628 DOCKER_PUBLISH_PASSWORD : ${{ secrets.NFC_DOCKERHUB_TOKEN }}
2729
You can’t perform that action at this time.
0 commit comments