Skip to content

Commit

Permalink
Increase one more action version, docker/login
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Jun 12, 2024
1 parent daa37b1 commit 1a182a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
-

## [4.2.4] - 2024-06-12

### Fixed
- Increase one more action version

## [4.2.3] - 2024-06-12

### Fixed
Expand Down

0 comments on commit 1a182a1

Please sign in to comment.