File tree Expand file tree Collapse file tree 5 files changed +0
-75
lines changed Expand file tree Collapse file tree 5 files changed +0
-75
lines changed Original file line number Diff line number Diff line change 19
19
- run : npm publish --access public
20
20
env :
21
21
NODE_AUTH_TOKEN : ${{ secrets.NPM_REGISTRY_TOKEN }}
22
-
23
- docker :
24
- name : Push Docker image to GitHub Packages
25
- runs-on : ubuntu-latest
26
- steps :
27
- - name : Check out the repo
28
- uses : actions/checkout@v2
29
- - name : Log in to GitHub Docker Registry
30
- uses : docker/login-action@v1
31
- with :
32
- registry : docker.pkg.github.com
33
- username : ${{ github.actor }}
34
- password : ${{ secrets.GITHUB_TOKEN }}
35
- - name : Build container image
36
- uses : docker/build-push-action@v2
37
- with :
38
- push : true
39
- tags : syntest-framework/syntest-solidity:latest
40
- build-args : |
41
- REGISTRY_TOKEN=${{ secrets.SYNTEST_CI }}
42
- - name : Image digest
43
- run : echo ${{ steps.docker_build.outputs.digest }}
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments