Skip to content

Commit 5a6a7e5

Browse files
committed
ugh copilot
1 parent d79179f commit 5a6a7e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6767
tags: |
68-
${{ github.event_name == 'pull_request' && 'pr-${{ github.event.pull_request.number }}' || steps.meta.outputs.tags }}
68+
${{ github.event_name == 'pull_request' ? 'pr-' + github.event.pull_request.number : steps.meta.outputs.tags }}
6969
7070
# Build and push Docker image with Buildx
7171
# https://github.com/docker/build-push-action

0 commit comments

Comments
 (0)