Fix for push with custom tags

master
Lejo1 2021-02-26 15:54:02 +01:00
parent 980cddadca
commit ac8421b140
No known key found for this signature in database
GPG Key ID: 7249ED75EF7EBABC
1 changed files with 5 additions and 0 deletions

View File

@ -30,3 +30,8 @@ jobs:
- name: Push Image
run: docker push lejo/minetest-lsqlite3
if: ${{ !github.event.inputs.tag }}
- name: Push Image
run: docker push lejo/minetest-lsqlite3:${{ github.event.inputs.tag }}
if: ${{ github.event.inputs.tag }}