We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4efc5 commit 859fcc4Copy full SHA for 859fcc4
.github/workflows/scale-test.yaml
@@ -65,7 +65,7 @@ jobs:
65
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#issue_comment-on-issues-only-or-pull-requests-only
66
- name: Build Containers
67
run: |
68
- docker compose -f compose.yaml build --build-arg rev=${{ github.event.issue.number }}
+ docker compose -f compose.yaml build --build-arg rev=pr/${{ github.event.issue.number }}
69
70
- name: Run
71
0 commit comments