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'.