Skip to content

Commit

Permalink
login action
Browse files Browse the repository at this point in the history
  • Loading branch information
shortishly committed Aug 21, 2024
1 parent e498231 commit 2c8ddd6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
>> $GITHUB_ENV"
- run: cargo build
- run: cargo test
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
- uses: docker/build-push-action@v5
with:
context: .
Expand Down

0 comments on commit 2c8ddd6

Please sign in to comment.