removing build src files from repo and adding auto build

This commit is contained in:
vabene1111
2021-10-13 10:23:34 +02:00
parent cae3a35926
commit b0411b986e
38 changed files with 30 additions and 618 deletions

View File

@@ -24,6 +24,12 @@ jobs:
VERSION_NUMBER = '${{ steps.get_version.outputs.VERSION }}'
BUILD_REF = '${{ github.sha }}'
write-mode: overwrite
- uses: borales/actions-yarn@v2.3.0
with:
cmd: install
- uses: borales/actions-yarn@v2.3.0
with:
cmd: build
- name: Build and publish image
uses: ilteoood/docker_buildx@master
with:
@@ -32,3 +38,9 @@ jobs:
tag: ${{ steps.get_version.outputs.VERSION }}
dockerHubUser: ${{ secrets.DOCKER_USERNAME }}
dockerHubPassword: ${{ secrets.DOCKER_PASSWORD }}
- name: Discord notification
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_RELEASE_WEBHOOK }}
uses: Ilshidur/action-discord@0.3.2
with:
args: '🚀 A new Version of tandoor has been released 🥳 \n https://github.com/vabene1111/recipes/releases/tag/{{ steps.get_version.outputs.VERSION }}'