From 6a7d186270e0272ce383aaf059327d59cdd9f5ae Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sat, 22 Feb 2025 02:41:29 -0700 Subject: [PATCH] ci: update gitea docker deployment workflow --- .github/workflows/deploy-docker-gitea.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docker-gitea.yml b/.github/workflows/deploy-docker-gitea.yml index 648ad2b8..209957f9 100644 --- a/.github/workflows/deploy-docker-gitea.yml +++ b/.github/workflows/deploy-docker-gitea.yml @@ -407,7 +407,7 @@ jobs: embed-url: "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" embed-thumbnail-url: 'https://i.imgur.com/zDIzE8T.jpg' embed-description: | - ## 📦 ᲼Docker › Deploy ᲼${{ job.status == 'success' && '✅' || '❌' }} › `${{ env.IMAGE_NAME }}-${{ env.IMAGE_VERSION }}` + ## 📦 ᲼Docker › Deploy (Gitea)᲼${{ job.status == 'success' && '✅' || '❌' }}᲼ › `${{ env.IMAGE_NAME }}-${{ env.IMAGE_VERSION }}` A new version of the docker container `${{ env.IMAGE_NAME }}` has been released from Gitea. The image is available at: - https://github.com/${{ github.repository }}/pkgs/container/${{ env.IMAGE_NAME }} @@ -647,7 +647,7 @@ jobs: embed-url: "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" embed-thumbnail-url: 'https://i.imgur.com/zDIzE8T.jpg' embed-description: | - ## 📦 ᲼Docker › Deploy ᲼${{ job.status == 'success' && '✅' || '❌' }} › `${{ env.IMAGE_NAME }}-${{ env.IMAGE_VERSION }}` + ## 📦 ᲼Docker › Deploy (Gitea) ${{ job.status == 'success' && '✅' || '❌' }}᲼ › `${{ env.IMAGE_NAME }}-${{ env.IMAGE_VERSION }}` A new version of the docker container `${{ env.IMAGE_NAME }}` has been released from Gitea. The image is available at: - https://github.com/${{ github.repository }}/pkgs/container/${{ env.IMAGE_NAME }}