Skip to content

Commit

Permalink
chore: Add github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
liqiang-fit2cloud committed Jan 11, 2022
1 parent 4ccbdc3 commit c95f77d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: Add Mask
run: |
echo "::add-mask::${{ github.event.inputs.registryAddress }}"
echo "::add-mask::${{ github.event.inputs.registryUsername }}"
echo "::add-mask::${{ github.event.inputs.registryPassword }}"
echo "::add-mask::${{ github.event.inputs.dockerImageName }}"
- name: Checkout
uses: actions/checkout@v2
- name: Prepare
Expand Down

0 comments on commit c95f77d

Please sign in to comment.