From 24512859b2eb2f298bebc80638aee0bb4996762a Mon Sep 17 00:00:00 2001 From: sigeshuo Date: Fri, 28 Jun 2024 14:44:33 +0800 Subject: [PATCH] fix --- .github/workflows/publish.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 41cd99a9c7..460200b06b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,7 +8,7 @@ concurrency: package-tags jobs: publish-docker-image: - timeout-minutes: 20 + timeout-minutes: 60 runs-on: ubuntu-latest steps: @@ -17,8 +17,8 @@ jobs: # Log in so we can push the image layers + tags to Docker Hub - uses: docker/login-action@v2 with: - username: ${{ secrets.FARCASTERXYZ_DOCKER_HUB_USER }} - password: ${{ secrets.FARCASTERXYZ_DOCKER_HUB_TOKEN }} + username: ${{ secrets.DOCKER_HUB_USER }} + password: ${{ secrets.DOCKER_HUB_PASSWORD }} - uses: depot/setup-action@v1 @@ -33,7 +33,4 @@ jobs: docker buildx inspect --bootstrap - run: ./scripts/publish-image.sh - shell: bash - env: - DEPOT_TOKEN: ${{ secrets.DEPOT_TOKEN }} - DEPOT_PROJECT_ID: ${{ secrets.DEPOT_PROJECT_ID }} \ No newline at end of file + shell: bash \ No newline at end of file