Compare commits
1 Commits
0.2.0+scou
...
0.2.0_scou
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eb0a187c6f |
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@@ -31,8 +31,8 @@ jobs:
|
|||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
|
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
|
||||||
with:
|
with:
|
||||||
username: dockerbuildbot
|
username: ${{ secrets.HUB_USER }}
|
||||||
password: ${{ secrets.DOCKERBUILDBOT_WRITE_PAT }}
|
password: ${{ secrets.HUB_PAT }}
|
||||||
|
|
||||||
# Extract metadata (tags, labels) for Docker
|
# Extract metadata (tags, labels) for Docker
|
||||||
# https://github.com/docker/metadata-action
|
# https://github.com/docker/metadata-action
|
||||||
|
|||||||
Reference in New Issue
Block a user