Skip to content

Commit

Permalink
images: use unique service names.
Browse files Browse the repository at this point in the history
This is necessary for the docker buildx bake action to píck up all of
them.
  • Loading branch information
ericonr committed Dec 4, 2024
1 parent f409d7b commit 544edf7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/docker-compose-mca.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
services:
ioc:
mca:
image: ghcr.io/cnpem/mca-epics-ioc:$TAG
build:
context: ./
Expand Down
2 changes: 1 addition & 1 deletion images/docker-compose-motorpigcs2.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
services:
ioc:
motor-pigcs2:
image: ghcr.io/cnpem/motor-pigcs2-epics-ioc:$TAG
build:
context: ./
Expand Down
2 changes: 1 addition & 1 deletion images/docker-compose-opcua.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
services:
ioc:
opcua:
image: ghcr.io/cnpem/opcua-epics-ioc:$TAG
build:
context: ./
Expand Down

0 comments on commit 544edf7

Please sign in to comment.