Skip to content

Commit

Permalink
ci(build): docker build with release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
fwiedmann committed Sep 22, 2020
1 parent 8630b75 commit ac0a5e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,12 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Download go-build binary
uses: actions/download-artifact@v1
with:
name: go-build-binary
fetch-depth: 0
- name: Download releaser binary
uses: actions/download-artifact@v1
with:
Expand Down

0 comments on commit ac0a5e1

Please sign in to comment.