Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sigeshuo committed Jun 28, 2024
1 parent cd0d02d commit 2451285
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency: package-tags

jobs:
publish-docker-image:
timeout-minutes: 20
timeout-minutes: 60
runs-on: ubuntu-latest

steps:
Expand All @@ -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

Expand All @@ -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 }}
shell: bash

0 comments on commit 2451285

Please sign in to comment.