Skip to content

Commit

Permalink
Bump docker/login-action from 2 to 3 (#274)
Browse files Browse the repository at this point in the history
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 93f9edd commit 7144c76
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/AdminWebApp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:

- name: Docker Login
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3
with:
registry: fruoccopublic.azurecr.io
username: fruoccopublic
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:

- name: Docker Login
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3
with:
registry: fruoccopublic.azurecr.io
username: fruoccopublic
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CwyodBackend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:

- name: Docker Login
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3
with:
registry: fruoccopublic.azurecr.io
username: fruoccopublic
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/WebApp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:

- name: Docker Login
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3
with:
registry: fruoccopublic.azurecr.io
username: fruoccopublic
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 7144c76

Please sign in to comment.