Skip to content

Commit

Permalink
Merge pull request #583 from blxdyx/fix_release_ci
Browse files Browse the repository at this point in the history
fix release ci
  • Loading branch information
blxdyx authored Dec 24, 2024
2 parents e1e36df + ddfa819 commit 1f6d450
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db ## v3.6.1

- name: Login to Docker Hub
- name: ghcr-login
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 ## v3.3.0
with:
username: ${{ secrets.ORG_DOCKERHUB_ERIGONTECH_USERNAME }}
password: ${{ secrets.ORG_DOCKERHUB_ERIGONTECH_TOKEN }}
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push multi-platform docker images (${{ env.BUILD_VERSION }} and maybe latest) in case perform_release is true
if: ${{ inputs.perform_release }}
Expand Down

0 comments on commit 1f6d450

Please sign in to comment.