We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ef2ab commit 06a8c92Copy full SHA for 06a8c92
.github/workflows/docker-image.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Build and push each image
31
run: |
32
- SERVICES=("hmi" "plc" "ews" "simulation" "router" "caldera" "kali")
+ SERVICES=("scadalts" "plc" "workstation" "simulation" "router" "caldera" "attacker")
33
34
for SERVICE in "${SERVICES[@]}"; do
35
IMAGE="${DOCKERHUB_USERNAME}/grfics-${SERVICE}:${DOCKER_TAG}"
0 commit comments