Revert "Add workflow dispatch and fix tags variable"

pull/84/head
Aiden Arnkels-Webb 3 years ago committed by GitHub
parent c248f7a5b3
commit 2390da871e
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