fix(docker): publish all docker image tags

This commit is contained in:
Zadkiel 2021-03-29 20:25:37 +02:00 committed by GitHub
parent 4ee87e197d
commit 36a3d2f766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ jobs:
run: docker tag antelle/keeweb:latest antelle/keeweb:${{ steps.get_tag.outputs.tag }}
- name: Push the Docker image to the registry
if: ${{ github.repository == 'keeweb/keeweb' }}
run: docker push antelle/keeweb
run: docker push --all-tags antelle/keeweb
- name: Create a GitHub release
id: create_release
uses: actions/create-release@latest