We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa2c063 commit 5f58c27Copy full SHA for 5f58c27
.github/workflows/build-docker-image.yml
@@ -33,7 +33,7 @@ jobs:
33
# this workflow contains a single job called "build"
34
build:
35
# Do not build if it is an RC build
36
- if: ${{ ! contains(github.ref_name, "RC") }}
+ if: ${{ ! contains(github.ref_name, 'RC') }}
37
38
# the type of runner that the job will run on
39
runs-on: ubuntu-latest
0 commit comments