Skip to content

Commit

Permalink
chore(deps): update docker/login-action action to v3.3.0 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 23, 2024
1 parent b8f3f89 commit afbb23d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.4.0
- name: Login on registry
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
registry: ${{ secrets.docker-repo }}
username: ${{ secrets.docker-username }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/springboot-native-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@v4.1.7
- name: Login on registry
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
registry: ${{ secrets.docker-repo }}
username: ${{ secrets.docker-username }}
Expand Down

0 comments on commit afbb23d

Please sign in to comment.