测试 docker-build-push@main 的 docker/login-action

This commit is contained in:
严浩
2024-10-08 22:14:04 +08:00
committed by GitHub
parent f18151bb95
commit 62b2fcf275
2 changed files with 15 additions and 8 deletions

View File

@ -1,4 +1,4 @@
name: Continuous Integration
name: 持续集成
on:
push:
@ -19,6 +19,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: yanhao98/composite-actions/docker-build-push@main
with:
login_username: ${{ secrets.DOCKERHUB_USERNAME }}
login_password: ${{ secrets.DOCKERHUB_TOKEN }}
# - name: Check Docker image
# run: |
# set -x