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 ebf429d commit 4ccbdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Docker Buildx (build)
run: |
docker buildx build --output "type=image,push=false" ${{ steps.prepare.outputs.buildx_args }}
- name: Login to DockerHub
- name: Login to Registry
uses: docker/login-action@v1
with:
registry: ${{ github.event.inputs.registryAddress }}
Expand Down

0 comments on commit 4ccbdc3

Please sign in to comment.