Skip to content

Commit

Permalink
try actual boolean?
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin committed Nov 18, 2023
1 parent f7dc865 commit 50a29d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
images: ghcr.io/popsql/prestodb-sandbox
tags: |
type=raw,value=${{ inputs.version }}
type=raw,value=latest,enable=${{ inputs.latest == 'true' }}
type=raw,value=latest,enable=${{ inputs.latest == true }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit 50a29d5

Please sign in to comment.