fix an issue where unintended requests where sent when the wrong mimetype was dropped in a video dropzone #60
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docker Image CI | |
on: | |
release: | |
types: [ published ] | |
pull_request: | |
types: [ labeled, synchronize, closed ] | |
jobs: | |
build-push-docker-image: | |
name: Build and push docker image | |
# https://github.com/cybex-gmbh/github-workflows/blob/main/.github/workflows/docker-build-push.yml | |
uses: cybex-gmbh/github-workflows/.github/workflows/docker-build-push.yml@main | |
with: | |
DOCKER_REPOSITORY: cybexwebdev/transmorpher-amigor | |
DOCKERFILE_PATH: ./amigor/docker/Dockerfile | |
secrets: inherit |