File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 53
53
password : ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
54
54
- name : Extract metadata (tags, labels) for Docker
55
55
if : github.ref == 'refs/heads/main'
56
+ continue-on-error : true
56
57
id : meta
57
58
uses : docker/metadata-action@v5
58
59
with :
61
62
type=raw,value=latest,enable={{is_default_branch}}
62
63
- name : Extract metadata (tags, labels) for Docker
63
64
if : github.ref != 'refs/heads/main' || github.event_name != 'pull_request'
65
+ continue-on-error : true
64
66
id : meta-tag
65
67
uses : docker/metadata-action@v5
66
68
with :
71
73
type=semver,pattern={{major}}
72
74
- name : Build and push
73
75
uses : docker/build-push-action@v5
76
+ continue-on-error : true
74
77
with :
75
78
context : .
76
79
file : ${{ matrix.dockerfile }}
79
82
labels : ${{ steps.meta.outputs.labels }}
80
83
- name : Build and push tags
81
84
uses : docker/build-push-action@v5
85
+ continue-on-error : true
82
86
with :
83
87
context : .
84
88
file : ${{ matrix.dockerfile }}
You can’t perform that action at this time.
0 commit comments