Skip to content

Commit

Permalink
Merge pull request #297 from Zelldon/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-3.0.0

build(deps): bump docker/login-action from 2.2.0 to 3.0.0
  • Loading branch information
ChrisKujawa authored Sep 14, 2023
2 parents d67dfb7 + 76fc2f7 commit cdefb53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java-version: '17'
distribution: 'adopt'
- name: Login to GitHub Container Registry
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.0.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
java-version: '17'
distribution: 'adopt'
- name: Login to GitHub Container Registry
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.0.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit cdefb53

Please sign in to comment.