File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
- name : Checkout
17
17
uses : actions/checkout@v4
18
18
19
- - name : Docker meta
19
+ - name : Extract Docker metadata
20
20
id : meta
21
21
uses : docker/metadata-action@v5
22
22
with :
40
40
password : ${{ secrets.GITHUB_TOKEN }}
41
41
42
42
- name : Build and Push
43
- uses : docker/build-push-action@v5
43
+ uses : docker/build-push-action@v6
44
44
with :
45
45
context : .
46
46
file : ./Dockerfile
Original file line number Diff line number Diff line change 12
12
- name : Checkout
13
13
uses : actions/checkout@v4
14
14
15
- - name : Docker meta
15
+ - name : Extract Docker metadata
16
16
id : meta
17
17
uses : docker/metadata-action@v5
18
18
with :
41
41
42
42
- name : Build and Push
43
43
if : github.event_name != 'pull_request'
44
- uses : docker/build-push-action@v5
44
+ uses : docker/build-push-action@v6
45
45
with :
46
46
context : .
47
47
file : ./Dockerfile
You can’t perform that action at this time.
0 commit comments