This message was deleted.
# ask-for-help
s
This message was deleted.
🍱 1
🏁 1
a
Hi there, the tag you provided is not a valid docker image tag
it should be
--image-tag <http://docker.io/tiagotele/allow_list:latest|docker.io/tiagotele/allow_list:latest>
For image tag you can either use
-t
,
--image-tag
or
--docker-image-tag
(recommend to use the first two, the last one is for backward compatibility reason)
t
Thanks for reply @Aaron Pham! i'll try it out.
It works! I just had to change the
--image-tag
for
--docker-image-tag
. Maybe because the lib version.
a
--image-tag
and
--docker-image-tag
are the same arguments 😄