mirror of
https://github.com/docker/login-action.git
synced 2026-05-13 13:58:06 +00:00
Compare commits
4 Commits
4fddafe886
...
19385de0ce
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
19385de0ce | ||
|
|
c144859092 | ||
|
|
cf45a603d2 | ||
|
|
fcc19061e6 |
2
.github/workflows/update-dist.yml
vendored
2
.github/workflows/update-dist.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
-
|
||||
name: GitHub auth token from GitHub App
|
||||
id: docker-read-app
|
||||
uses: actions/create-github-app-token@v2
|
||||
uses: actions/create-github-app-token@v3
|
||||
with:
|
||||
app-id: ${{ secrets.GHACTIONS_REPO_WRITE_APP_ID }}
|
||||
private-key: ${{ secrets.GHACTIONS_REPO_WRITE_APP_PRIVATE_KEY }}
|
||||
|
||||
@ -474,7 +474,7 @@ jobs:
|
||||
|
||||
### DigitalOcean Container Registry
|
||||
|
||||
Use your DigitalOcean registered email address and an API access token to authenticate.
|
||||
Use your [DigitalOcean](https://docs.digitalocean.com/products/container-registry/how-to/set-up-ci-cd/) DigitalOcean API token as both the username and the password.
|
||||
|
||||
```yaml
|
||||
name: ci
|
||||
|
||||
Loading…
Reference in New Issue
Block a user