Skip to content

Commit 316ff80

Browse files
authored
Amend DOCKER_PUSH conditional (#1245)
1 parent 807abee commit 316ff80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Push Docker image to Docker Hub
2626
runs-on: ubuntu-latest
2727
env:
28-
DOCKER_PUSH: ${{ contains(['push', 'release'], github.event_name) && github.repository == 'dask-contrib/dask-sql' }}
28+
DOCKER_PUSH: ${{ contains(fromJSON('["push", "release"]'), github.event_name) && github.repository == 'dask-contrib/dask-sql' }}
2929
strategy:
3030
fail-fast: false
3131
matrix:

0 commit comments

Comments
 (0)