forked from TrueCloudLab/frostfs-http-gw
Makefile: add simple image-push target
And use it in workflow.
This commit is contained in:
parent
12859c2e5d
commit
93fcaffaaa
2 changed files with 8 additions and 1 deletions
4
.github/workflows/publish_to_dockerhub.yml
vendored
4
.github/workflows/publish_to_dockerhub.yml
vendored
|
@ -79,4 +79,6 @@ jobs:
|
|||
|
||||
- name: Push image with 'latest' tag to registry
|
||||
if: ${{ github.event_name == 'release' && github.event.release.target_commitish == 'master' }}
|
||||
run: make image-push-latest
|
||||
run: make image-push
|
||||
env:
|
||||
HUB_TAG: latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue