pjfanning commented on code in PR #3: URL: https://github.com/apache/openserverless-streamer/pull/3#discussion_r1876871151
########## Taskfile.yml: ########## @@ -14,10 +14,12 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +# version: "3" vars: - BASEIMG: ghcr.io/nuvolaris/openserverless-streamer + BASETAG: 0.1.0-incubating Review Comment: can you make this an RC tag? The ASF doesn't allow you to push tags on Docker images that look like release tags - unless the tag is an associated with a voted on release. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
