ci: re-enable ci on windows with wasmer_wamr feature (#134) #19
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build docker | |
on: | |
push: | |
branches: | |
- main | |
- 2022-12-21-fuzz | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: docker/login-action@v3 | |
with: | |
username: ${{ secrets.DOCKERHUB_USERNAME }} | |
password: ${{ secrets.DOCKERHUB_TOKEN }} | |
- run: docker build -t holochain/fuzzbox:holochain-wasmer . | |
- run: docker push holochain/fuzzbox:holochain-wasmer |