From d416ae336fa7b0ff7f55666711b09ae82ae01041 Mon Sep 17 00:00:00 2001 From: AnnaShaleva Date: Mon, 21 Mar 2022 16:39:27 +0300 Subject: [PATCH] github: adjust Docker image publishing workflows --- .github/workflows/publish_to_dockerhub.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/publish_to_dockerhub.yml b/.github/workflows/publish_to_dockerhub.yml index 8266c5693..33dd6ecce 100644 --- a/.github/workflows/publish_to_dockerhub.yml +++ b/.github/workflows/publish_to_dockerhub.yml @@ -73,6 +73,11 @@ jobs: # Allows to fetch all history for all branches and tags. Need this for proper versioning. fetch-depth: 0 + - name: Set up Go + uses: actions/setup-go@v2 + with: + go-version: 1.18 + - name: Build image run: make image @@ -141,6 +146,11 @@ jobs: - name: Show docker images run: docker images + - name: Set up Go + uses: actions/setup-go@v2 + with: + go-version: 1.18 + - name: Build image run: make image-wsc