Skip to content

Commit e937e6d

Browse files
committed
fix(test-module): correct container image tag
1 parent f99ebd3 commit e937e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-module.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ssh_key="$(cat $SSH_KEYFILE)"
88

99
podman run -i \
1010
-v .:/home/pwuser/ns8-module:z \
11-
--name rf-core-runner ghcr.io/marketsquare/robotframework-browser/rfbrowser-stable:v19.1.1 \
11+
--name rf-core-runner ghcr.io/marketsquare/robotframework-browser/rfbrowser-stable:19.1.1 \
1212
bash -l -s <<EOF
1313
set -e
1414
echo "$ssh_key" > /home/pwuser/ns8-key

0 commit comments

Comments
 (0)