Skip to content

Commit 06a8c92

Browse files
authored
fix dir names
1 parent 64ef2ab commit 06a8c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Build and push each image
3131
run: |
32-
SERVICES=("hmi" "plc" "ews" "simulation" "router" "caldera" "kali")
32+
SERVICES=("scadalts" "plc" "workstation" "simulation" "router" "caldera" "attacker")
3333
3434
for SERVICE in "${SERVICES[@]}"; do
3535
IMAGE="${DOCKERHUB_USERNAME}/grfics-${SERVICE}:${DOCKER_TAG}"

0 commit comments

Comments
 (0)