From bd21b6792a148e09cb4db0c1b8aa6f24b908e76c Mon Sep 17 00:00:00 2001 From: asaph96 Date: Sat, 20 Jul 2024 12:11:06 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20rename=20flows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-publish.yml | 2 +- .github/workflows/docker-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index b74d490..5d8140f 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -1,4 +1,4 @@ -name: Docker CI/CD +name: 🐳 Docker Publish 🎆 # This workflow is designed to build a Docker image, upload it to Docker Hub, # and create a GitHub release with the image tar file every time there's a commit # on branches other than 'main'. diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index b26bdd1..841258f 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -1,4 +1,4 @@ -name: Docker CI/CD +name: 🐋 Docker Release 🗞️ # This workflow is designed to build a Docker image, upload it to Docker Hub, # and create a GitHub release with the image tar file every time there's a commit # on branches other than 'main'.