Remove hardcoded username in docker tags

This commit is contained in:
John Hollowell 2021-07-16 21:10:05 +00:00
parent b5d20e3fe6
commit cfe62f8115

View file

@ -41,4 +41,4 @@ jobs:
with: with:
push: true push: true
platforms: linux/amd64,linux/arm64,linux/386 platforms: linux/amd64,linux/arm64,linux/386
tags: esanchezm/prometheus-qbittorrent-exporter:latest,esanchezm/prometheus-qbittorrent-exporter:${{ steps.extract_branch.outputs.tag }} tags: ${{ secrets.REGISTRY_USERNAME }}/prometheus-qbittorrent-exporter:latest,${{ secrets.REGISTRY_USERNAME }}/prometheus-qbittorrent-exporter:${{ steps.extract_branch.outputs.tag }}