diff --git a/.github/workflows/release-docker-image-main.yml b/.github/workflows/release-docker-image-main.yml index e34a716..23003b8 100644 --- a/.github/workflows/release-docker-image-main.yml +++ b/.github/workflows/release-docker-image-main.yml @@ -56,4 +56,5 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - repository: tungbq/devops-toolkit \ No newline at end of file + repository: tungbq/devops-toolkit + enable-url-completion: true