Update custom image path

This commit is contained in:
Jack Christensen 2024-08-10 23:49:23 -04:00
parent 64acbd7460
commit 5e8f519f41
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ stages:
setup:
stage: setup
image: admin/cmake-build-env
image: cmake-build-env:latest
script:
- echo "Cloning and setting up vcpkg..."
- git clone https://github.com/microsoft/vcpkg.git
@ -14,7 +14,7 @@ setup:
build:
stage: build
image: admin/cmake-build-env
image: cmake-build-env:latest
script:
- echo "Building the application..."
- mkdir -p build