Skip to content

Commit 4d211c5

Browse files
committed
updating the image build
1 parent 81ee050 commit 4d211c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
repository: temporalio/workshop-nexus-intro-code
3333
path: workshop-nexus-intro-code
34-
ref: ${{ github.event.inputs.code_ref || (github.ref_name == 'main' && 'main' || 'init') }}
34+
ref: ${{ github.event.inputs.code_ref || 'main' }}
3535

3636
- uses: docker/login-action@v3
3737
with:

0 commit comments

Comments
 (0)