From cfe62f81155ab505789528ecda232205a80b03f7 Mon Sep 17 00:00:00 2001 From: John Hollowell Date: Fri, 16 Jul 2021 21:10:05 +0000 Subject: [PATCH] Remove hardcoded username in docker tags --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index f1559e3..49e5a54 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -41,4 +41,4 @@ jobs: with: push: true 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 }}