Skip to content

Commit

Permalink
Invert Github actions order
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 9b4b89a commit 80e704d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
uses: actions/setup-go@v1
with:
go-version: '1.15'
- name: Download dependencies
run: go mod download
- name: Check out the repo
uses: actions/checkout@v2
- name: Download dependencies
run: go mod download
- name: Push to Docker Hub
uses: docker/build-push-action@v1
with:
Expand Down

0 comments on commit 80e704d

Please sign in to comment.