still trying to fix the discord file send #105
This file contains hidden or 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 - KeyMaker | |
on: | |
push: | |
branches: | |
- master | |
tags: | |
- 'v*.*.*' | |
paths: | |
- 'Tools/KeyMaker/**' | |
- 'Framework/**' | |
- 'ProjectPlugins/**' | |
- .github/workflows/docker-keymaker.yml | |
workflow_dispatch: | |
jobs: | |
build-and-push: | |
name: Build and Push | |
uses: codex-storage/github-actions/.github/workflows/docker-reusable.yml@master | |
with: | |
docker_file: Tools/KeyMaker/docker/Dockerfile | |
dockerhub_repo: codexstorage/codex-keymaker | |
tag_latest: ${{ github.ref_name == github.event.repository.default_branch || startsWith(github.ref, 'refs/tags/') }} | |
secrets: inherit |