We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42a5cd0 + 34b4394 commit 2f1024eCopy full SHA for 2f1024e
.github/workflows/build-linux-image.yml
@@ -38,7 +38,7 @@ jobs:
38
run: docker run --rm dodsleague/dods-competitive:latest /app/ll-tests/dods-competitive.sh
39
- name: Login to DockerHub
40
if: ${{ github.event_name != 'pull_request' }}
41
- uses: docker/login-action@v3.0.0
+ uses: docker/login-action@v3.2.0
42
with:
43
username: ${{ secrets.DOCKERHUB_USERNAME }}
44
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments