Use docker:dind image in CI

Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com>
This commit is contained in:
Christopher Desiniotis 2023-09-29 11:12:47 -07:00
parent d0e627da7a
commit 9fe8961f90

View File

@ -12,9 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
default:
image: docker:stable
image: docker:dind
services:
- docker:stable-dind
- docker:dind
stages:
- image