Roman Khimov
|
7a7d27e894
|
workflows: use proper make dep for Docker image workflow
`go mod download` changes go.sum making our images "-dirty".
|
2021-04-30 19:43:06 +03:00 |
|
Roman Khimov
|
37fa2c6757
|
Merge pull request #34 from roman-khimov/fix-tests
Fix tests, add workflow and makefile targets
|
2021-04-30 19:19:07 +03:00 |
|
Roman Khimov
|
d5cdcb29c3
|
workflows: use Ubuntu 20.04 instead of 18.04
18.04 is a bit old.
|
2021-04-30 19:14:12 +03:00 |
|
Roman Khimov
|
93fcaffaaa
|
Makefile: add simple image-push target
And use it in workflow.
|
2021-04-30 19:00:05 +03:00 |
|
Roman Khimov
|
59f5f2da10
|
workflow: fix missing space
The workflow is not valid. .github/workflows/publish_to_dockerhub.yml (Line: 68, Col: 11): Unexpected value 'HUB_TAG:latest'
|
2021-04-30 17:52:29 +03:00 |
|
Roman Khimov
|
6301a2c6b8
|
workflow: add workflow to push images to Docker Hub
|
2021-04-30 17:28:52 +03:00 |
|