From 4e63c00d6488198b81d1cd65749e3b1f635ccb8f Mon Sep 17 00:00:00 2001 From: Mirlahiji <87209891+Mirlahiji@users.noreply.github.com> Date: Mon, 5 Jun 2023 09:22:59 +0330 Subject: [PATCH] fix: label action name --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b58d52b..4c7b883 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM rust:1.70.0 -LABEL "com.github.actions.name"="Rust Action" +LABEL "com.github.actions.name"="Rust Action Box" LABEL "com.github.actions.description"="'Silverbullet' for a quickstart Rust CI based upon Github Actions" LABEL "com.github.actions.icon"="play-circle" LABEL "com.github.actions.color"="gray-dark"