Skip to content

Commit 545b5ea

Browse files
authored
Merge branch 'main' into feat/jar-method
2 parents 9ef22c5 + 54d0315 commit 545b5ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-to-container-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# https://github.com/docker/login-action
3333
- name: Log into registry ${{ env.REGISTRY }}
3434
if: github.event_name != 'pull_request'
35-
uses: docker/login-action@v3.3.0
35+
uses: docker/login-action@v3.4.0
3636
with:
3737
registry: ${{ env.REGISTRY }}
3838
username: ${{ github.actor }}

0 commit comments

Comments
 (0)