Commit a63ea4f 1 parent 8451155 commit a63ea4f Copy full SHA for a63ea4f
File tree 3 files changed +6
-21
lines changed
3 files changed +6
-21
lines changed Original file line number Diff line number Diff line change @@ -26,22 +26,17 @@ jobs:
26
26
steps :
27
27
- name : Checkout repository
28
28
uses : actions/checkout@v4
29
- with :
30
- # https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request
31
- # > Note that GITHUB_SHA for this event is the last merge commit of the pull request merge branch.
32
- # > If you want to get the commit ID for the last commit to the head branch of the pull request, use _github.event.pull_request.head.sha_ instead.
33
- ref : ${{ github.event.pull_request.head.sha || github.ref }}
34
29
35
30
- name : Log in to the Container registry
36
- uses : docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
31
+ uses : docker/login-action@v3
37
32
with :
38
33
registry : ${{ env.REGISTRY }}
39
34
username : ${{ github.actor }}
40
35
password : ${{ secrets.GITHUB_TOKEN }}
41
36
42
37
- name : Extract metadata (tags, labels) for Docker
43
38
id : meta
44
- uses : docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81
39
+ uses : docker/metadata-action@v5
45
40
with :
46
41
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
47
42
tags : |
60
55
61
56
- name : Build and push Docker image
62
57
id : push
63
- uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
58
+ uses : docker/build-push-action@v6
64
59
with :
65
60
context : images/esignet-mock
66
61
push : true
Original file line number Diff line number Diff line change @@ -26,22 +26,17 @@ jobs:
26
26
steps :
27
27
- name : Checkout repository
28
28
uses : actions/checkout@v4
29
- with :
30
- # https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request
31
- # > Note that GITHUB_SHA for this event is the last merge commit of the pull request merge branch.
32
- # > If you want to get the commit ID for the last commit to the head branch of the pull request, use _github.event.pull_request.head.sha_ instead.
33
- ref : ${{ github.event.pull_request.head.sha || github.ref }}
34
29
35
30
- name : Log in to the Container registry
36
- uses : docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
31
+ uses : docker/login-action@v3
37
32
with :
38
33
registry : ${{ env.REGISTRY }}
39
34
username : ${{ github.actor }}
40
35
password : ${{ secrets.GITHUB_TOKEN }}
41
36
42
37
- name : Extract metadata (tags, labels) for Docker
43
38
id : meta
44
- uses : docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81
39
+ uses : docker/metadata-action@v5
45
40
with :
46
41
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
47
42
tags : |
60
55
61
56
- name : Build and push Docker image
62
57
id : push
63
- uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
58
+ uses : docker/build-push-action@v6
64
59
with :
65
60
context : images/mosip-mock
66
61
push : true
Original file line number Diff line number Diff line change 26
26
steps :
27
27
- name : Checkout repository
28
28
uses : actions/checkout@v4
29
- with :
30
- # https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request
31
- # > Note that GITHUB_SHA for this event is the last merge commit of the pull request merge branch.
32
- # > If you want to get the commit ID for the last commit to the head branch of the pull request, use _github.event.pull_request.head.sha_ instead.
33
- ref : ${{ github.event.pull_request.head.sha || github.ref }}
34
29
35
30
- name : Log in to the Container registry
36
31
uses : docker/login-action@v3
You can’t perform that action at this time.
0 commit comments