Skip to content
Snippets Groups Projects
Commit f7f69ad7 authored by Austin Anderson's avatar Austin Anderson
Browse files

Fix conditional, hopefully

parent 2ab9170f
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ jobs: ...@@ -33,7 +33,7 @@ jobs:
id: docker_build id: docker_build
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
push: contains(github.event.pull_request.labels.*.name, 'build and push to gcr.io for staging') push: ${{ contains(github.event.pull_request.labels.*.name, 'build and push to gcr.io for staging') }}
context: ./tf_sig_build_dockerfiles context: ./tf_sig_build_dockerfiles
target: devel target: devel
build-args: | build-args: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment