Setup buildx

This commit is contained in:
Esteban Sanchez
2020-10-24 10:30:21 +02:00
committed by GitHub
parent 7016e3de2b
commit 17ebcb0834

View File

@@ -10,14 +10,18 @@ jobs:
steps:
- name: 'Checkout GitHub Action'
uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- 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
tags: esanchezm/prometheus-qbittorrent-exporter:latest
tags: esanchezm/prometheus-qbittorrent-exporter:latest