We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49046f1 commit fc6b7c5Copy full SHA for fc6b7c5
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
fi
50
echo "::set-output name=push::${push}"
51
echo "::set-output name=tags::${tags}"
52
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
53
- uses: docker/login-action@v1
54
with:
55
username: ${{ secrets.DOCKER_HUB_USERNAME }}
0 commit comments