Fix fuzzit master (#297)

This commit is contained in:
Thomas Pelletier
2019-09-09 20:59:59 -07:00
committed by GitHub
parent b40204d36a
commit 26fd12ff54
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ jobs:
- run: docker build -t toml .
- uses: actions/docker/tag@master
with:
args: toml pelletier/go-toml
args: toml pelletier/go-toml --no-latest
- run: docker tag pelletier/go-toml pelletier/go-toml:latest
if: github.ref == 'heads/refs/master'
- name: Docker login