github: adjust Docker image publishing workflows

This commit is contained in:
AnnaShaleva 2022-03-21 16:39:27 +03:00 committed by Roman Khimov
parent 11bfb55b81
commit af7e4ce4fd

View file

@ -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