Skip to content

Commit 5f58c27

Browse files
committed
Docker image builder fix, attempt 1
1 parent fa2c063 commit 5f58c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# this workflow contains a single job called "build"
3434
build:
3535
# Do not build if it is an RC build
36-
if: ${{ ! contains(github.ref_name, "RC") }}
36+
if: ${{ ! contains(github.ref_name, 'RC') }}
3737

3838
# the type of runner that the job will run on
3939
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)