Skip to content

Commit

Permalink
Merge pull request #183 from stfc/dependabot/github_actions/docker/lo…
Browse files Browse the repository at this point in the history
…gin-action-3

Bump docker/login-action from 2 to 3
  • Loading branch information
khalford authored Oct 7, 2024
2 parents 1991246 + 3c0c14e commit 2b7d869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rabbit_consumer_schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to Harbor
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: harbor.stfc.ac.uk
username: ${{ secrets.HARBOR_USERNAME }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to Harbor
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: harbor.stfc.ac.uk
username: ${{ secrets.HARBOR_USERNAME }}
Expand Down

0 comments on commit 2b7d869

Please sign in to comment.