1
0
mirror of synced 2026-01-04 18:06:26 -05:00

Merge pull request #25092 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-02-07 13:57:22 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -830,7 +830,7 @@ services:
image: ghcr.io/owner/myservice1
credentials:
username: ${{ github.actor }}
password: ${{ secrets.ghcr_token }}
password: ${{ secrets.github_token }}
myservice2:
image: dockerhub_org/myservice2
credentials:

View File

@@ -8,6 +8,6 @@ container:
image: ghcr.io/owner/image
credentials:
username: ${{ github.actor }}
password: ${{ secrets.ghcr_token }}
password: ${{ secrets.github_token }}
```
{% endraw %}