Skip to content

Commit

Permalink
add prefix to pr number
Browse files Browse the repository at this point in the history
  • Loading branch information
amold1 committed Sep 17, 2024
1 parent aeaf233 commit 67cfefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
LINODE_TOKEN: ${{ secrets.LINODE_TOKEN }}
IMAGE_VERSION: ${{ github.ref == 'refs/heads/main' && 'latest' || github.event.number || github.ref_name }}
IMAGE_VERSION: ${{ github.ref == 'refs/heads/main' && 'latest' || format('pr-{0}', github.event.number) || github.ref_name }}
LINODE_REGION: us-sea
LINODE_CONTROL_PLANE_MACHINE_TYPE: g6-standard-2
LINODE_MACHINE_TYPE: g6-standard-2
Expand Down

0 comments on commit 67cfefa

Please sign in to comment.