We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af22c1c commit d77ff62Copy full SHA for d77ff62
.github/workflows/docker-build.yml
@@ -29,10 +29,10 @@ jobs:
29
if: github.event_name != 'push'
30
31
- name: Access repository contents
32
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
33
if: ${{ (github.event_name == 'push') || (steps.check.outputs.needs-updating == 'true') }}
34
- name: Login to DockerHub
35
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
36
with:
37
username: ${{ secrets.DOCKER_USERNAME }}
38
password: ${{ secrets.DOCKER_TOKEN }}
0 commit comments