Skip to content

Commit

Permalink
2024-06-15 18:25 - updates
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jun 15, 2024
1 parent fd533bb commit 629d41b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .github/actions/docker_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ runs:
- name: Prepare Build Args
id: build_args
uses: ./.github/actions/build_args
- name: DockerHub login
uses: docker/login-action@v3
with:
username: ${{ inputs.username }}
password: ${{ inputs.password }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@ 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 629d41b

Please sign in to comment.