File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3838 working-directory : ${{ env.IMAGE }}
3939 shell : bash
4040 run : docker compose -f docker-compose.test.yml run sut
41- - uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
41+ - uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
4242 if : github.ref == 'refs/heads/main'
4343 with :
4444 username : ${{ secrets.DOCKERHUB_USERNAME }}
Original file line number Diff line number Diff line change 3434 type=semver,pattern={{major}}.{{minor}}
3535 type=semver,pattern={{major}}
3636 type=sha
37- - uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
37+ - uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
3838 with :
3939 username : ${{ secrets.DOCKERHUB_USERNAME }}
4040 password : ${{ secrets.DOCKERHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments