Fix fuzzit master (#297)
This commit is contained in:
@@ -12,6 +12,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: '1.13'
|
go-version: '1.13'
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
- name: Add GOPATH/bin to PATH
|
||||||
|
run: echo '##[add-path]/home/runner/go/bin'
|
||||||
|
- name: Copy source to GOPATH/src
|
||||||
|
run: mkdir -p ${TARGET} && cp -R . ${TARGET}/
|
||||||
|
env:
|
||||||
|
TARGET: /home/runner/go/src/github.com/pelletier/go-toml
|
||||||
- run: ./fuzzit.sh
|
- run: ./fuzzit.sh
|
||||||
env:
|
env:
|
||||||
TYPE: fuzzing
|
TYPE: fuzzing
|
||||||
|
FUZZIT_API_KEY: ${{ secrets.FUZZIT_API_KEY }}
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ jobs:
|
|||||||
- run: docker build -t toml .
|
- run: docker build -t toml .
|
||||||
- uses: actions/docker/tag@master
|
- uses: actions/docker/tag@master
|
||||||
with:
|
with:
|
||||||
args: toml pelletier/go-toml
|
args: toml pelletier/go-toml --no-latest
|
||||||
- run: docker tag pelletier/go-toml pelletier/go-toml:latest
|
- run: docker tag pelletier/go-toml pelletier/go-toml:latest
|
||||||
if: github.ref == 'heads/refs/master'
|
if: github.ref == 'heads/refs/master'
|
||||||
- name: Docker login
|
- name: Docker login
|
||||||
|
|||||||
Reference in New Issue
Block a user