Skip to content

Commit

Permalink
Add vendor to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavia Pezoti authored and flapezoti committed Mar 24, 2021
1 parent 80e704d commit 0760390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2
- name: Download dependencies
run: go mod download
run: go mod download && go mod vendor
- name: Push to Docker Hub
uses: docker/build-push-action@v1
with:
Expand Down

0 comments on commit 0760390

Please sign in to comment.