Merge pull request #5 from Aidenwebb/revert-4-Enhancement/AllowManualRunOfWorkflow

Revert "Fix tag using variable"
pull/84/head
Aiden Arnkels-Webb 3 years ago committed by GitHub
commit c248f7a5b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,4 +25,4 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: $DOCKER_ACCOUNTNAME:glpi:latest"
tags: "{{ secrets.DOCKER_HUB_USERNAME }}/glpi:latest"

Loading…
Cancel
Save