chore(docker): publish edge image

This commit is contained in:
Nicolas Carlier 2021-12-30 11:50:19 +00:00
parent fda917463c
commit bf6fe82b54

View File

@ -22,6 +22,9 @@ jobs:
uses: docker/metadata-action@v3 uses: docker/metadata-action@v3
with: with:
images: ncarlier/webhookd images: ncarlier/webhookd
tags: |
type=edge
type=semver,pattern={{version}}
- name: Log in to Docker Hub - name: Log in to Docker Hub
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'