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 # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
default: default:
image: docker:stable image: docker:dind
services: services:
- docker:stable-dind - docker:dind
stages: stages:
- image - image