prometheus-immich-exporter/.github/workflows/docker.yml
Esteban Sanchez af51fd5b67
Set labels
2020-10-23 22:07:01 +02:00

23 lines
559 B
YAML

name: Docker
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Checkout GitHub Action'
uses: actions/checkout@v2
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Build and push docker
uses: docker/build-push-action@v2
with:
push: true
labels: esanchezm/prometheus-qbittorrent-exporterlatest