diff --git a/.github/workflows/build_docker_images.yml b/.github/workflows/build_docker_images.yml index 1820aacf..7f75690f 100644 --- a/.github/workflows/build_docker_images.yml +++ b/.github/workflows/build_docker_images.yml @@ -86,7 +86,7 @@ jobs: if: github.ref != null uses: javajawa/remote-docker-tag@v1 with: - registry: registry.docker.io + registry: hub.docker.com repository: bengig existing-tag: ${{ github.sha }} new-tag: ${{ github.ref }}