mirror of
https://github.com/kou029w/yama.git
synced 2025-01-18 16:08:11 +00:00
fix warning/use --password-stdin
This commit is contained in:
parent
b2e7574170
commit
0ec2b761d5
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -9,6 +9,9 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: sudo apt-get update
|
- run: sudo apt-get update
|
||||||
- run: sudo apt-get install -y qemu-user-static
|
- run: sudo apt-get install -y qemu-user-static
|
||||||
- run: docker login ghcr.io -u "${GITHUB_ACTOR}" -p "${{ github.token }}"
|
- name: Docker login
|
||||||
|
run: |
|
||||||
|
echo "${{ github.token }}" \
|
||||||
|
| docker login ghcr.io -u "${GITHUB_ACTOR}" --password-stdin
|
||||||
- run: bin/build
|
- run: bin/build
|
||||||
- run: docker-compose push
|
- run: docker-compose push
|
||||||
|
|
Loading…
Add table
Reference in a new issue