Fixed output reference

This commit is contained in:
Esteban Sánchez 2020-10-24 11:36:24 +02:00
parent ed44d88c5b
commit b91bff0f0c

View file

@ -19,7 +19,6 @@ jobs:
- name: Extract branch name - name: Extract branch name
shell: bash shell: bash
run: | run: |
echo $GITHUB_REF
tag=${GITHUB_REF#refs/tags/} tag=${GITHUB_REF#refs/tags/}
tag=${tag#refs/heads/} tag=${tag#refs/heads/}
if echo $tag | grep -q -E "[0-9]+\.[0-9]+\.[0-9]+"; then if echo $tag | grep -q -E "[0-9]+\.[0-9]+\.[0-9]+"; then
@ -38,4 +37,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,esanchezm/prometheus-qbittorrent-exporter:${{ steps.extract_branch.outputs.branch }} tags: esanchezm/prometheus-qbittorrent-exporter:latest,esanchezm/prometheus-qbittorrent-exporter:${{ steps.extract_branch.outputs.tag }}