Skip to content

Commit

Permalink
rename docker containers
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Nov 20, 2024
1 parent c828d88 commit bbd4ecf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ blocks:
type: e1-standard-2
os_image: ubuntu2004
containers:
- name: rake-compiler-dock
- name: main
image: "ghcr.io/rake-compiler/rake-compiler-dock-image:1.5.2-mri-x86-mingw32"
jobs:
- name: build x86-mingw32 gem
Expand All @@ -94,7 +94,7 @@ blocks:
type: e1-standard-2
os_image: ubuntu2004
containers:
- name: rake-compiler-dock
- name: main
image: "ghcr.io/rake-compiler/rake-compiler-dock-image:1.5.2-mri-x64-mingw32"
jobs:
- name: build x64-mingw32
Expand All @@ -114,7 +114,7 @@ blocks:
type: e1-standard-2
os_image: ubuntu2004
containers:
- name: rake-compiler-dock
- name: main
image: "ghcr.io/rake-compiler/rake-compiler-dock-image:1.5.2-mri-x64-mingw-ucrt"
jobs:
- name: build x64-mingw-ucrt
Expand Down

0 comments on commit bbd4ecf

Please sign in to comment.