We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1d56a commit 4a8c691Copy full SHA for 4a8c691
1 file changed
.github/workflows/docker.yml
@@ -799,9 +799,9 @@ jobs:
799
ALL_TARGETS: ${{ matrix.targets }}
800
RUNTIME_REF: ${{ needs.mirror.outputs.runtime_ref }}
801
GHCR_TAG_PREFIX: >-
802
- ${{ github.event_name == 'push'
803
- && ''
804
- || format('run-{0}-', github.run_id) }}
+ ${{ github.event_name == 'pull_request'
+ && format('run-{0}-', github.run_id)
+ || '' }}
805
ASSEMBLY_TAG: >-
806
${{ github.event_name == 'push'
807
&& format('alganet/shell-versions:{0}', matrix.flavor)
0 commit comments