Skip to content

Commit 740e52e

Browse files
committed
fix: Fixed Docker image URI bound to Dockerhub
1 parent 6827492 commit 740e52e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
-var="db_name=${{ secrets.DB_NAME }}" \
111111
-var="db_user=${{ secrets.DB_USER }}" \
112112
-var="db_password=${{ secrets.DB_PASSWORD }}" \
113-
-var="image_uri=${{ secrets.DOCKERHUB_USERNAME }}/${{ needs.pull-tag-push.outputs.dockerhub_image }}" \
113+
-var="image_uri=docker.io/${{ secrets.DOCKERHUB_USERNAME }}/${{ needs.pull-tag-push.outputs.dockerhub_image }}" \
114114
-out=tfplan
115115
116116
- name: Terraform Apply

0 commit comments

Comments
 (0)