From 80e704dfc6760884b8f74780a8bd4300a2e4d29e Mon Sep 17 00:00:00 2001 From: Flavia Pezoti Date: Wed, 24 Mar 2021 14:29:04 -0300 Subject: [PATCH] Invert Github actions order --- .github/workflows/docker-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 2e80ea0..493d972 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -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: