Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/nuget/others-f866e64a95
Browse files Browse the repository at this point in the history
  • Loading branch information
Sella-GH authored Jan 20, 2025
2 parents 10d39fa + 481c20a commit 79930ad
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ jobs:
with:
fetch-depth: 0

- name: Login to Docker Hub
- name: Log in to Docker Hub
if: ${{ github.actor != 'dependabot[bot]' }}
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand All @@ -122,7 +123,8 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0

- name: Log into Docker Hub
- name: Log in to Docker Hub
if: ${{ github.actor != 'dependabot[bot]' }}
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down Expand Up @@ -176,7 +178,8 @@ jobs:
pattern: ${{ matrix.os }}-*
merge-multiple: true

- name: Login to Docker Hub
- name: Log in to Docker Hub
if: ${{ github.actor != 'dependabot[bot]' }}
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit 79930ad

Please sign in to comment.