test action5

This commit is contained in:
daozhao chen 2023-04-26 09:09:53 +00:00
parent a25d0fb3db
commit d970511830

View file

@ -28,8 +28,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: daozhao
username: ${{env.DOCKERHUB_USERNAME}}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- run: echo "docker build is ok." ${{ secrets.DOCKERHUB_USERNAME }} ${{ secrets.DOCKERHUB_TOKEN }}
- run: echo "docker build is ok." ${{ env.DOCKERHUB_USERNAME }} ${{ secrets.DOCKERHUB_TOKEN }}