Skip to content

Commit

Permalink
Merge branch 'dev-8283' into dev-8283-test
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/publish-helm-chart.yaml
  • Loading branch information
FrommyMind committed Dec 16, 2024
2 parents 1ac50d5 + 6d31758 commit bfccfdc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/publish-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ on:
env:
DOCKER_USERNAME: ${{ secrets.DOCKERHUB_USER }}
DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
DOCKER_REGISTRY: docker.io
HUB: registry-1.docker.io/duanfangwei

jobs:
build:
Expand All @@ -38,12 +40,6 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- name: Set environment variables
run: |
echo "HUB=registry-1.docker.io/duanfangwei" >> $GITHUB_ENV
echo "DOCKER_REGISTRY=docker.io" >> $GITHUB_ENV
echo "DOCKER_USERNAME=${{ env.DOCKER_USERNAME }}" >> $GITHUB_ENV
echo "DOCKER_PASSWORD=${{ env.DOCKER_PASSWORD }}" >> $GITHUB_ENV
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit bfccfdc

Please sign in to comment.