chore: remove --all-tags option in docker push due to old version
Co-authored-by: pancho horrillo <pancho.horrillo@bbva.com>
This commit is contained in:
@@ -93,7 +93,7 @@ jobs:
|
|||||||
dist/*
|
dist/*
|
||||||
- name: Upload Docker images
|
- name: Upload Docker images
|
||||||
if: steps.docker-credentials.outputs.defined == 'true'
|
if: steps.docker-credentials.outputs.defined == 'true'
|
||||||
run: docker image push --all-tags bbvalabsci/kapow
|
run: docker image push bbvalabsci/kapow # /!\ Remember to use the option --all-tags whenever we update from ubuntu-20.04
|
||||||
wininstaller:
|
wininstaller:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
needs: release
|
needs: release
|
||||||
|
|||||||
Reference in New Issue
Block a user