diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 52b10b3..62cb768 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,6 +25,8 @@ on: required: true DOCKER_HUB_ACCESS_TOKEN: required: true + DOCKER_DISTRO: + required: false # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: @@ -66,7 +68,7 @@ jobs: env: TRAVIS_COMMIT_MESSAGE: ${{ github.event.head_commit.message }} run: | - ./build-push + ./build-push ${{ secrets.DOCKER_DISTRO }} - name: Deploy uses: JamesIves/github-pages-deploy-action@v4