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 02d07d3 commit 6fb29cc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,13 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

# 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 }}

#- uses: depot/setup-action@v1
- uses: depot/setup-action@v1

- run: ./scripts/publish-image.sh
shell: bash
Expand Down

0 comments on commit 6fb29cc

Please sign in to comment.