We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2ee4a commit 2cdc04eCopy full SHA for 2cdc04e
.github/workflows/docker.yaml
@@ -18,10 +18,10 @@ on:
18
env:
19
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2 # see https://github.com/nofusscomputing/action_python/issues/10
20
DOCKER_BUILD_REGISTRY: ghcr.io
21
- DOCKER_BUILD_IMAGE_NAME: "${{ github.repository }}"
+ DOCKER_BUILD_IMAGE_NAME: "nofusscomputing/${{ github.repository }}"
22
DOCKER_BUILD_IMAGE_TAG: ${{ github.sha }}
23
- DOCKER_PUBLISH_REGISTRY: "docker.io/nofusscomputing"
24
- DOCKER_PUBLISH_IMAGE_NAME: "bind"
+ DOCKER_PUBLISH_REGISTRY: "docker.io"
+ DOCKER_PUBLISH_IMAGE_NAME: "nofusscomputing/bind"
25
DOCKER_PUBLISH_USERNAME: ${{ secrets.NFC_DOCKERHUB_USERNAME }}
26
DOCKER_PUBLISH_PASSWORD: ${{ secrets.NFC_DOCKERHUB_TOKEN }}
27
0 commit comments