Skip to content

Commit

Permalink
2024-06-15 18:18 - updates
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jun 15, 2024
1 parent 43aab22 commit c17c478
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: DockerHub login
uses: docker/login-action@v3
with:
username: ${{ inputs.username }}
password: ${{ inputs.password }}
# - name: Define target image name
# id: image_name
# run: |
Expand Down

0 comments on commit c17c478

Please sign in to comment.