Skip to content

Commit 57567e4

Browse files
committed
fixup!
1 parent e18a2c7 commit 57567e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
set -euo pipefail
255255
foundTag=$(
256256
gh api /orgs/coder/packages/container/coder-preview/versions |
257-
jq -r --arg tag "${{ env.CODER_IMAGE_TAG }}" '.[] |
257+
jq -r --arg tag "pr${{ env.PR_NUMBER }}" '.[] |
258258
select(.metadata.container.tags == [$tag]) |
259259
.metadata.container.tags[0]'
260260
)

0 commit comments

Comments
 (0)