Skip to content

Commit

Permalink
update build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wiserain committed Dec 29, 2020
1 parent f207feb commit cae4572
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker-buildx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
types: [started]
push:
branches:
- '*'
- '!master'
- 'master'
schedule:
- cron: "0 21 * * 5"

Expand Down Expand Up @@ -85,14 +84,14 @@ jobs:
name: Checkout
uses: actions/checkout@v2
with:
ref: 'latest'
ref: 'ubuntu'
-
name: Run Buildx
uses: ilteoood/[email protected]
with:
tag: ubuntu
imageName: ${{ env.DOCKERHUB_USER }}/tvhbase
dockerFile: Dockerfile.ubuntu
dockerFile: Dockerfile
publish: true
platform: linux/amd64
dockerUser: ${{ env.DOCKERHUB_USER }}
Expand Down

0 comments on commit cae4572

Please sign in to comment.