Skip to content

Commit

Permalink
ci: add DOCKER_DISTRO
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Aug 5, 2024
1 parent 80b9c4f commit 780b538
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 780b538

Please sign in to comment.