From a63dc47e2e66f3661d094dcece9151e2a8fb635c Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sat, 23 Aug 2025 14:04:50 +0300 Subject: [PATCH] Push image after build --- .github/workflows/build_image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 80889d02..bbd5e9fb 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -25,6 +25,7 @@ jobs: with: platforms: linux/amd64 tags: fullyforged/music_library:latest + push: true secrets: | "FLUXON_LICENSE_KEY=${{ secrets.FLUXON_LICENSE_KEY }}" "FLUXON_KEY_FINGERPRINT=${{ secrets.FLUXON_KEY_FINGERPRINT }}"