Merge pull request #3 from Aidenwebb/Enhancement/AllowManualRunOfWorkflow

Add workflow dispatch and fix tags variable
pull/84/head
Aiden Arnkels-Webb 3 years ago committed by GitHub
commit edc76e5d56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,6 +4,7 @@ on:
push:
branches:
- master
workflow_dispatch:
jobs:
docker:
@ -24,4 +25,4 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: {{ secrets.DOCKER_HUB_USERNAME }}/glpi:latest
tags: "{{ secrets.DOCKER_HUB_USERNAME }}/glpi:latest"

Loading…
Cancel
Save