Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sfujiwara committed Apr 23, 2024
1 parent 69d8b69 commit ab2e63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Docker Auth
id: docker-auth
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: oauth2accesstoken
password: ${{ steps.auth.outputs.access_token }}
Expand Down

0 comments on commit ab2e63f

Please sign in to comment.