1
0
Fork 0
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:
Nebel 2021-07-17 13:21:30 +09:00
parent b2e7574170
commit 0ec2b761d5

View file

@ -9,6 +9,9 @@ jobs:
- uses: actions/checkout@v2
- run: sudo apt-get update
- 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: docker-compose push