Skip to content

Commit

Permalink
Merge pull request #103 from Smalls1652/dependabot/github_actions/mai…
Browse files Browse the repository at this point in the history
…n/docker/login-action-3
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
2 parents 3a92ebd + b031f83 commit b548564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/adminconsole-create-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/adminconsole-test-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: docker/setup-buildx-action@v3

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

0 comments on commit b548564

Please sign in to comment.