Skip to content

Commit e138c2c

Browse files
chore(deps): update docker/login-action to v4
1 parent c49f7c2 commit e138c2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
echo "BUILD_NUMBER=$BUILD_NUMBER" >> $GITHUB_ENV
2525
echo "This build is tagged as $BUILD_NUMBER on $GITHUB_REF"
2626
- name: 'Log in to the Container registry'
27-
uses: docker/login-action@v3
27+
uses: docker/login-action@v4
2828
with:
2929
registry: ${{ env.REGISTRY }}
3030
username: ${{ github.actor }}

0 commit comments

Comments
 (0)