Skip to content

Commit 7a90df0

Browse files
committed
ci: add the scope for the test images
1 parent 85853d5 commit 7a90df0

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
node ./dist/actions/setup-cpp.js --help
216216
217217
Docker:
218-
name: Test-${{ matrix.container }}
218+
name: Docker-${{ matrix.container.image }}
219219
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
220220
needs: [Build]
221221
runs-on: ${{ matrix.os }}

dev/docker/examples/arch-mingw.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#### Cross Building (example)
2-
FROM setup-cpp-arch-mingw AS builder-mingw
2+
FROM aminya/setup-cpp-arch-mingw AS builder-mingw
33

44
COPY ./dev/cpp_vcpkg_project /home/app
55
WORKDIR /home/app

dev/docker/examples/arch.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#### Building (example)
2-
FROM setup-cpp-arch-llvm AS builder
2+
FROM aminya/setup-cpp-arch-llvm AS builder
33

44
COPY ./dev/cpp_vcpkg_project /home/app
55
WORKDIR /home/app

dev/docker/examples/fedora-mingw.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#### Cross Building (example)
2-
FROM setup-cpp-fedora-mingw AS builder-mingw
2+
FROM aminya/setup-cpp-fedora-mingw AS builder-mingw
33

44
COPY ./dev/cpp_vcpkg_project /home/app
55
WORKDIR /home/app

dev/docker/examples/fedora.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#### Building (example)
2-
FROM setup-cpp-fedora-llvm AS builder
2+
FROM aminya/setup-cpp-fedora-llvm AS builder
33

44
COPY ./dev/cpp_vcpkg_project /home/app
55
WORKDIR /home/app

dev/docker/examples/ubuntu-mingw.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#### Cross Building (example)
2-
FROM setup-cpp-ubuntu-mingw AS builder-mingw
2+
FROM aminya/setup-cpp-ubuntu-mingw AS builder-mingw
33

44
COPY ./dev/cpp_vcpkg_project /home/app
55
WORKDIR /home/app

dev/docker/examples/ubuntu.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#### Building (example)
2-
FROM setup-cpp-ubuntu-llvm AS builder
2+
FROM aminya/setup-cpp-ubuntu-llvm AS builder
33

44
COPY ./dev/cpp_vcpkg_project /home/app
55
WORKDIR /home/app

0 commit comments

Comments
 (0)