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 38
38
working-directory : ${{ env.IMAGE }}
39
39
shell : bash
40
40
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
42
42
if : github.ref == 'refs/heads/main'
43
43
with :
44
44
username : ${{ secrets.DOCKERHUB_USERNAME }}
Original file line number Diff line number Diff line change 34
34
type=semver,pattern={{major}}.{{minor}}
35
35
type=semver,pattern={{major}}
36
36
type=sha
37
- - uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
37
+ - uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
38
38
with :
39
39
username : ${{ secrets.DOCKERHUB_USERNAME }}
40
40
password : ${{ secrets.DOCKERHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments