File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
_docs/gitops-integrations/ci-integrations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 57
57
password: ${{ secrets.DOCKERHUB_TOKEN }}
58
58
- name: Build & push the Docker image
59
59
env:
60
- CF_IMAGE: ${{ secrets.DOCKERHUB_USERNAME }}/build-by-github-action:0.0.1
60
+ CF_IMAGE: docker.io/ ${{ secrets.DOCKERHUB_USERNAME }}/build-by-github-action:0.0.1
61
61
run: |
62
62
docker build . --file Dockerfile --tag $CF_IMAGE && docker push $CF_IMAGE
63
63
echo "Image should be accessible to your local machine (after docker login) by:"
80
80
CF_GIT_BRANCH: 'main'
81
81
82
82
# Image path to enrich
83
- CF_IMAGE: ${{ secrets.DOCKERHUB_USERNAME }}/build-by-github-action:0.0.1
83
+ CF_IMAGE: docker.io/ ${{ secrets.DOCKERHUB_USERNAME }}/build-by-github-action:0.0.1
84
84
85
85
# GitHub Access token !! Committing a plain text token is a security risk. We highly recommend using encrypted secrets. !!
86
86
# Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets
You can’t perform that action at this time.
0 commit comments