forked from TrueCloudLab/neoneo-go
github: adjust Docker image publishing workflows
This commit is contained in:
parent
11bfb55b81
commit
af7e4ce4fd
1 changed files with 10 additions and 0 deletions
10
.github/workflows/publish_to_dockerhub.yml
vendored
10
.github/workflows/publish_to_dockerhub.yml
vendored
|
@ -73,6 +73,11 @@ jobs:
|
||||||
# Allows to fetch all history for all branches and tags. Need this for proper versioning.
|
# Allows to fetch all history for all branches and tags. Need this for proper versioning.
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Set up Go
|
||||||
|
uses: actions/setup-go@v2
|
||||||
|
with:
|
||||||
|
go-version: 1.18
|
||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: make image
|
run: make image
|
||||||
|
|
||||||
|
@ -141,6 +146,11 @@ jobs:
|
||||||
- name: Show docker images
|
- name: Show docker images
|
||||||
run: docker images
|
run: docker images
|
||||||
|
|
||||||
|
- name: Set up Go
|
||||||
|
uses: actions/setup-go@v2
|
||||||
|
with:
|
||||||
|
go-version: 1.18
|
||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: make image-wsc
|
run: make image-wsc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue