We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872f237 commit d400a92Copy full SHA for d400a92
1 file changed
.github/workflows/docker-build.yml
@@ -24,7 +24,7 @@ jobs:
24
build:
25
runs-on: ubuntu-latest
26
steps:
27
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
28
29
- name: Log in to Docker Hub
30
run: echo "${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}" | docker login -u "${{ secrets.DOCKER_HUB_USERNAME }}" --password-stdin
0 commit comments