ci: update deployment workflow to clean up untagged docker images

This commit is contained in:
2025-02-26 01:48:33 -07:00
parent d622de1341
commit 97f01942af
5 changed files with 42 additions and 25 deletions

View File

@@ -440,6 +440,8 @@ jobs:
echo "github.ref ............................... ${{ github.ref }}"
echo "github.ref_name .......................... ${{ github.ref_name }}"
echo "github.event_name ........................ ${{ github.event_name }}"
echo "github.repository_owner .................. ${{ github.repository_owner }}"
echo "github.repository ........................ ${{ github.repository }}"
echo ""
echo "[ INPUTS ] ---------------------------------------------------------------------------------------------"
echo "inputs.IMAGE_NAME ........................ ${{ inputs.IMAGE_NAME }}"