Skip to content

Commit ab201c7

Browse files
committed
typo
1 parent 44c8e4d commit ab201c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
./create_volume.sh ./puppet/modules/apl_test/files/anms/tls
111111
sudo mkdir /run/anms
112112
- name: Pull
113-
run: podman compose ${ANMS_COMPOSE_OPTS} pull --ignore-buildable
113+
run: docker compose ${ANMS_COMPOSE_OPTS} pull --ignore-buildable
114114
- name: Start
115115
run: |
116116
docker compose ${TESTENV_COMPOSE_OPTS} up -d --force-recreate

0 commit comments

Comments
 (0)