Skip to content

Commit 4a8c691

Browse files
committed
Fix for assembled images
1 parent 4a1d56a commit 4a8c691

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -799,9 +799,9 @@ jobs:
799799
ALL_TARGETS: ${{ matrix.targets }}
800800
RUNTIME_REF: ${{ needs.mirror.outputs.runtime_ref }}
801801
GHCR_TAG_PREFIX: >-
802-
${{ github.event_name == 'push'
803-
&& ''
804-
|| format('run-{0}-', github.run_id) }}
802+
${{ github.event_name == 'pull_request'
803+
&& format('run-{0}-', github.run_id)
804+
|| '' }}
805805
ASSEMBLY_TAG: >-
806806
${{ github.event_name == 'push'
807807
&& format('alganet/shell-versions:{0}', matrix.flavor)

0 commit comments

Comments
 (0)