Skip to content

Commit a8936e1

Browse files
Merge branch 'feature/FDP-3056-smhe-cucumber-containers' of github.com:OSGP/open-smart-grid-platform into feature/FDP-3056-smhe-cucumber-containers
2 parents 26e7df2 + b44c433 commit a8936e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ jobs:
9191
context: ./osgp/platform/osgp-adapter-ws-smartmetering/
9292
- image: ghcr.io/osgp/osgp-adapter-ws-tariffswitching
9393
context: ./osgp/platform/osgp-adapter-ws-tariffswitching/
94-
- image: ghcr.io/osgp/osgp-secret-management/
94+
- image: ghcr.io/osgp/osgp-secret-management
9595
context: ./osgp/platform/osgp-secret-management
96-
- image: ghcr.io/osgp/platform/osgp-throttling-service/
96+
- image: ghcr.io/osgp/platform/osgp-throttling-service
9797
context: ./osgp/platform/osgp-throttling-service
98-
- image: ghcr.io/osgp/protocol-adapter-dlms/osgp-protocol-adapter-dlms/
98+
- image: ghcr.io/osgp/protocol-adapter-dlms/osgp-protocol-adapter-dlms
9999
context: ./osgp/protocol-adapter-dlms/osgp-protocol-adapter-dlms
100-
- image: ghcr.io/osgp/protocol-adapter-dlms/osgp-protocol-simulator-dlms/osgp-simulator-dlms-triggered/
100+
- image: ghcr.io/osgp/protocol-adapter-dlms/osgp-protocol-simulator-dlms/osgp-simulator-dlms-triggered
101101
context: ./osgp/protocol-adapter-dlms/osgp-protocol-simulator-dlms/osgp-simulator-dlms-triggered
102102
- image: ghcr.io/osgp/protocol-adapter-dlms/osgp-protocol-simulator-dlms/simulator/dlms-device-simulator-starter
103103
context: ./osgp/protocol-adapter-dlms/osgp-protocol-simulator-dlms/simulator/dlms-device-simulator-starter
@@ -150,7 +150,7 @@ jobs:
150150
type=semver,pattern={{version}},value=${{ steps.maven.outputs.version }}
151151
type=ref,event=branch
152152
type=ref,event=tag
153-
type=ref,event=pr,enable=false
153+
type=ref,event=pr
154154
type=raw,value=latest,enable={{is_default_branch}}
155155
- name: Build and push Docker image
156156
id: push

0 commit comments

Comments
 (0)