Create docker image on release

This commit is contained in:
Esteban Sánchez 2020-10-24 10:40:20 +02:00
parent 9a19f46b7e
commit ef12d46431

View file

@ -3,6 +3,8 @@ name: Docker
on: on:
push: push:
branches: [ master ] branches: [ master ]
release:
types: [ created ]
jobs: jobs:
build: build:
@ -15,7 +17,7 @@ jobs:
uses: docker/setup-buildx-action@v1 uses: docker/setup-buildx-action@v1
- name: Login to DockerHub - name: Login to DockerHub
uses: docker/login-action@v1 uses: docker/login-action@v1
with: with:
username: ${{ secrets.REGISTRY_USERNAME }} username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }} password: ${{ secrets.REGISTRY_PASSWORD }}
@ -24,4 +26,4 @@ jobs:
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
push: true push: true
tags: esanchezm/prometheus-qbittorrent-exporter:latest tags: esanchezm/prometheus-qbittorrent-exporter:latest,esanchezm/prometheus-qbittorrent-exporter:$GITHUB_REF