Skip to content

Commit

Permalink
Amend DOCKER_PUSH conditional (#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca authored Nov 13, 2023
1 parent 807abee commit 316ff80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
DOCKER_PUSH: ${{ contains(['push', 'release'], github.event_name) && github.repository == 'dask-contrib/dask-sql' }}
DOCKER_PUSH: ${{ contains(fromJSON('["push", "release"]'), github.event_name) && github.repository == 'dask-contrib/dask-sql' }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 316ff80

Please sign in to comment.