Merge pull request #6 from Aidenwebb/revert-3-Enhancement/AllowManualRunOfWorkflow

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

@ -4,7 +4,6 @@ on:
push:
branches:
- master
workflow_dispatch:
jobs:
docker:
@ -25,4 +24,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