Improved docker push github action

This commit is contained in:
Esteban Sánchez 2023-11-21 10:23:27 +01:00
parent 234a4cfffa
commit d5c7cbc4a9
No known key found for this signature in database
GPG Key ID: 9342C91BA286AB16

View File

@ -27,7 +27,7 @@ jobs:
latest=true latest=true
tags: | tags: |
type=semver,pattern=v{{version}} type=semver,pattern=v{{version}}
type=ref,event=push type=ref,event=branch
type=sha type=sha
images: ${{ github.actor }}/prometheus-qbittorrent-exporter images: ${{ github.actor }}/prometheus-qbittorrent-exporter
@ -53,7 +53,7 @@ jobs:
latest=true latest=true
tags: | tags: |
type=semver,pattern=v{{version}} type=semver,pattern=v{{version}}
type=ref,event=push type=ref,event=branch
type=sha type=sha
images: ${{ github.actor }}/prometheus-qbittorrent-exporter images: ${{ github.actor }}/prometheus-qbittorrent-exporter