From 867d373eb99ec5c601962ea7ba6911335e1353f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Tue, 12 Aug 2025 16:37:48 +0300 Subject: [PATCH] Update test_publish.yml --- .github/workflows/test_publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_publish.yml b/.github/workflows/test_publish.yml index 28f5266..fbb80a4 100644 --- a/.github/workflows/test_publish.yml +++ b/.github/workflows/test_publish.yml @@ -54,9 +54,9 @@ jobs: # platforms: linux/amd64,linux/arm64 platforms: linux/amd64 # using the solution mentioned in https://github.com/denizsafak/abogen/issues/46 # Only push if we are publishing a release - push: ${{ github.event_name == 'release' && github.event.action == 'published' }} + # push: ${{ github.event_name == 'release' && github.event.action == 'published' }} # Use a 'temp' tag, that won't be pushed, for non-release builds - tags: ${{ env.IMAGE_REPOSITORY }}:${{ github.event.release.tag_name || 'temp' }} + tags: ${{ env.IMAGE_REPOSITORY }}:${{ github.event.release.tag_name || 'latest' }} # Use a cache to reduce build times cache-to: type=gha,mode=max cache-from: type=gha