Update build_publish.yml
This commit is contained in:
parent
36389e2807
commit
1637ccb5f4
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build_publish.yml
vendored
6
.github/workflows/build_publish.yml
vendored
|
|
@ -3,7 +3,7 @@ on:
|
|||
release:
|
||||
types: [published]
|
||||
schedule:
|
||||
- cron: '0 6 * * 1'
|
||||
- cron: '0 1 * * 1'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -19,5 +19,5 @@ jobs:
|
|||
imageName: ${{ secrets.DOCKER_HUB_USER }}/webssh2
|
||||
platform: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v7
|
||||
publish: true
|
||||
dockerHubUser: ${{ secrets.DOCKER_HUB_USER }}
|
||||
dockerHubPassword: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||
dockerUser: ${{ secrets.DOCKER_HUB_USER }}
|
||||
dockerPassword: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue