Commit 16d86ee 1 parent 467ae77 commit 16d86ee Copy full SHA for 16d86ee
File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 45
45
.
46
46
- name : Login to Docker Hub
47
47
if : github.ref == 'refs/heads/main'
48
- uses : docker/login-action@v1
48
+ uses : docker/login-action@v3
49
49
with :
50
50
username : ${{ secrets.DOCKERHUB_USERNAME }}
51
51
password : ${{ secrets.DOCKERHUB_PASSWORD }}
60
60
docker push composer/composer:$(grep -oP 'COMPOSER_VERSION 1.10.\d+' Dockerfile | grep -oP '1.10.\d+')-bin
61
61
- name : Login to Amazon Public ECR
62
62
if : github.ref == 'refs/heads/main'
63
- uses : docker/login-action@v2
63
+ uses : docker/login-action@v3
64
64
with :
65
65
registry : public.ecr.aws
66
66
username : ${{ secrets.AWS_ECR_ACCESS_KEY }}
Original file line number Diff line number Diff line change 50
50
.
51
51
- name : Login to Docker Hub
52
52
if : github.ref == 'refs/heads/main'
53
- uses : docker/login-action@v2
53
+ uses : docker/login-action@v3
54
54
with :
55
55
username : ${{ secrets.DOCKERHUB_USERNAME }}
56
56
password : ${{ secrets.DOCKERHUB_PASSWORD }}
68
68
docker push composer/composer:$(grep -oP 'COMPOSER_VERSION ${{ matrix.version }}.\d+' Dockerfile | grep -oP '${{ matrix.version }}.\d+')-bin
69
69
- name : Login to Amazon Public ECR
70
70
if : github.ref == 'refs/heads/main'
71
- uses : docker/login-action@v2
71
+ uses : docker/login-action@v3
72
72
with :
73
73
registry : public.ecr.aws
74
74
username : ${{ secrets.AWS_ECR_ACCESS_KEY }}
Original file line number Diff line number Diff line change 48
48
.
49
49
- name : Login to Docker Hub
50
50
if : github.ref == 'refs/heads/main'
51
- uses : docker/login-action@v2
51
+ uses : docker/login-action@v3
52
52
with :
53
53
username : ${{ secrets.DOCKERHUB_USERNAME }}
54
54
password : ${{ secrets.DOCKERHUB_PASSWORD }}
64
64
docker push composer/composer:$(grep -oP 'COMPOSER_VERSION ${{ matrix.version }}.\d+' Dockerfile | grep -oP '${{ matrix.version }}.\d+')-bin
65
65
- name : Login to Amazon Public ECR
66
66
if : github.ref == 'refs/heads/main'
67
- uses : docker/login-action@v2
67
+ uses : docker/login-action@v3
68
68
with :
69
69
registry : public.ecr.aws
70
70
username : ${{ secrets.AWS_ECR_ACCESS_KEY }}
Original file line number Diff line number Diff line change 53
53
.
54
54
- name : Login to Docker Hub
55
55
if : github.ref == 'refs/heads/main'
56
- uses : docker/login-action@v2
56
+ uses : docker/login-action@v3
57
57
with :
58
58
username : ${{ secrets.DOCKERHUB_USERNAME }}
59
59
password : ${{ secrets.DOCKERHUB_PASSWORD }}
67
67
docker push composer/composer:$(grep -oP 'COMPOSER_VERSION ${{ matrix.version }}.\d+' Dockerfile | grep -oP '${{ matrix.version }}.\d+')-bin
68
68
- name : Login to Amazon Public ECR
69
69
if : github.ref == 'refs/heads/main'
70
- uses : docker/login-action@v2
70
+ uses : docker/login-action@v3
71
71
with :
72
72
registry : public.ecr.aws
73
73
username : ${{ secrets.AWS_ECR_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments