File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 63
63
echo ::set-output name=git_commit::${GIT_COMMIT}
64
64
65
65
- name : build and push ansible 2.9 dep image
66
- uses : docker/build-push-action@v2
66
+ uses : docker/build-push-action@v3
67
67
with :
68
68
file : ./images/ansible-operator/base.Dockerfile
69
69
context : ./images/ansible-operator
74
74
GIT_COMMIT=${{ steps.base_tag_29.outputs.git_commit }}
75
75
76
76
- name : build and push ansible 2.11 dep image
77
- uses : docker/build-push-action@v2
77
+ uses : docker/build-push-action@v3
78
78
with :
79
79
file : ./images/ansible-operator-2.11-preview/base.Dockerfile
80
80
context : ./images/ansible-operator-2.11-preview
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
echo ::set-output name=tags::$(.github/workflows/get_image_tags.sh "$IMG" "v")
103
103
104
104
- name : build and push
105
- uses : docker/build-push-action@v2
105
+ uses : docker/build-push-action@v3
106
106
with :
107
107
file : ./images/${{ matrix.id }}/Dockerfile
108
108
context : .
@@ -148,7 +148,7 @@ jobs:
148
148
echo ::set-output name=tags::$(.github/workflows/get_image_tags.sh "$IMG" "scorecard-kuttl/v")
149
149
150
150
- name : build and push
151
- uses : docker/build-push-action@v2
151
+ uses : docker/build-push-action@v3
152
152
with :
153
153
file : ./images/scorecard-test-kuttl/Dockerfile
154
154
context : .
You can’t perform that action at this time.
0 commit comments