Skip to content

Commit

Permalink
Merge pull request #2 from FINTLabs/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…login-action-3.3.0

Bump docker/login-action from 3.2.0 to 3.3.0
  • Loading branch information
erlingjahr authored Jul 23, 2024
2 parents 7a36f47 + 83e24fc commit 121a6de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4.1.7

- name: Login to Docker Hub
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/checkout@v4.1.7

- name: Log in to the Container registry
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 121a6de

Please sign in to comment.