mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 23:00:48 +08:00
测试 docker-build-push@main 的 docker/login-action
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user