From 1637ccb5f485ece17eefb388aa3054a9a83e887a Mon Sep 17 00:00:00 2001 From: Matteo Pietro Dazzi Date: Mon, 15 Feb 2021 09:19:16 +0100 Subject: [PATCH] Update build_publish.yml --- .github/workflows/build_publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_publish.yml b/.github/workflows/build_publish.yml index 4e86fdc..d02912a 100644 --- a/.github/workflows/build_publish.yml +++ b/.github/workflows/build_publish.yml @@ -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 }} \ No newline at end of file + dockerUser: ${{ secrets.DOCKER_HUB_USER }} + dockerPassword: ${{ secrets.DOCKER_HUB_PASSWORD }}