Skip to content

Commit

Permalink
chore: updated taqueria version (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
GImbrailo authored Sep 28, 2022
1 parent e44d5e8 commit f859580
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV DENO_DIR=/deno
COPY --from=docker:dind /usr/local/bin/docker /bin/docker

# Download the Taqueria release binary for Linux to /bin/taq
ADD https://github.com/ecadlabs/taqueria/releases/download/v0.18.0/taq-linux /bin/taq
ADD https://github.com/ecadlabs/taqueria/releases/download/v0.19.2/taq-linux /bin/taq

# Make the binary executable
RUN chmod +x /bin/taq
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ When set to true, all tests in the `tests` directory will be run using the Jest
### Single step action
```yaml
- name: taqueria tasks
uses: ecadlabs/taqueria-github-action@v0.6.1
uses: ecadlabs/taqueria-github-action@v0.7.0
with:
plugins: '@taqueria/plugin-ligo, @taqueria/plugin-flextesa, @taqueria/plugin-taquito, @taqueria/plugin-jest'
compile_contracts: counter.jsligo
Expand All @@ -56,19 +56,19 @@ When set to true, all tests in the `tests` directory will be run using the Jest
### Multiple step action
```yaml
- name: compile contracts
uses: ecadlabs/taqueria-github-action@v0.6.1
uses: ecadlabs/taqueria-github-action@v0.7.0
with:
project_directory: 'example-projects/hello-tacos'
compile_contracts: 'hello-tacos.mligo'

- name: start local sandbox
uses: ecadlabs/taqueria-github-action@v0.6.1
uses: ecadlabs/taqueria-github-action@v0.7.0
with:
project_directory: 'example-projects/hello-tacos'
sandbox_name: 'local'

- name: deploy contracts
uses: ecadlabs/taqueria-github-action@v0.6.1
uses: ecadlabs/taqueria-github-action@v0.7.0
with:
project_directory: 'example-projects/hello-tacos'
deploy_contracts: hello-tacos.tz
Expand Down

0 comments on commit f859580

Please sign in to comment.