Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
timurgaleev committed Aug 10, 2020
1 parent e4b6cdb commit 336170d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
./build.sh
- name: Docker Build & Push to DockerHub
uses: timzu/act-docker@master
uses: timzu/act-build@master
with:
args: --docker
env:
Expand All @@ -37,7 +37,7 @@ jobs:
LATEST: "true"

- name: Docker Build & Push to GitHub Package
uses: timzu/act-docker@master
uses: timzu/act-build@master
with:
args: --docker
env:
Expand Down

0 comments on commit 336170d

Please sign in to comment.