Skip to content

Commit

Permalink
ci(docker): improve CI workflow and API integration
Browse files Browse the repository at this point in the history
- Downgrade docker/login-action from v4 to v3 in GitHub workflow

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Oct 28, 2024
1 parent 38fe651 commit 2a9a578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v4
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 2a9a578

Please sign in to comment.