csi-addons / volume-replication-operator

Apache License 2.0
16 stars 23 forks source link

docker publish image from release is failing #71

Closed Madhu-1 closed 3 years ago

Madhu-1 commented 3 years ago

Publishing container image to quay.io from the released tag is failing. Logs

docker build -t quay.io/csiaddons/volumereplication-operator:refs/tags/v0.1.0 .
invalid argument "quay.io/csiaddons/volumereplication-operator:refs/tags/v0.1.0" for "-t, --tag" flag: invalid reference format
See 'docker build --help'.
make: *** [Makefile:97: docker-build] Error 125
Error: Process completed with exit code 2.

GitHub action yaml at https://github.com/csi-addons/volume-replication-operator/blob/main/.github/workflows/docker-publish.yaml