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 265f0f9 commit a501f9bCopy full SHA for a501f9b
.github/workflows/M1-4-2-CI-Practice.yml
@@ -135,4 +135,21 @@ jobs:
135
username: ${{ secrets.DOCKERHUB_USERNAME }}
136
password: ${{ secrets.DOCKERHUB_TOKEN }}
137
138
+ - id: docker-publish
139
+ name: Build image
140
+ uses: bitovi/[email protected]
141
+ with:
142
+ docker_username: ${{ secrets.DOCKERHUB_USERNAME }}
143
+ docker_password: ${{ secrets.DOCKERHUB_PASSWORD }}
144
+ checkout: 'false'
145
+ image_tag: it
146
+ sha: 'true' # won't do anything since image_tag is set
147
+ org_name: bitovi
148
+ repo_name: deploy-eks-helm
149
+ build_args: --build-arg git_personal_token=PAT_token
150
+ working-directory: ./app/inner-folder
151
+ - run: |
152
+ echo "Image Created: ${{ env.image }}"
153
+ echo "Tag Created: ${{ env.tag }}"
154
+
155
0 commit comments