Skip to content

Commit

Permalink
update just for test
Browse files Browse the repository at this point in the history
  • Loading branch information
FrommyMind committed Dec 13, 2024
1 parent 7ac1f24 commit b20b47e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:

jobs:
build:
if: github.repository == 'apache/seatunnel'
if: github.repository == 'frommymind/seatunnel'
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -48,7 +48,7 @@ jobs:
echo "DOCKER_PASSWORD=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV
fi
- name: Log in to the Container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.DOCKER_REGISTRY }}
username: ${{ env.DOCKER_USERNAME }}
Expand Down

0 comments on commit b20b47e

Please sign in to comment.