Skip to content

Commit bc8fd06

Browse files
Update docker/login-action action to v4
1 parent e55a212 commit bc8fd06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: blacksmith-2vcpu-ubuntu-2404
2020
steps:
2121
- name: Login to DockerHub
22-
uses: docker/login-action@v3
22+
uses: docker/login-action@v4
2323
with:
2424
username: tobix
2525
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)