Skip to content

Commit f34c12d

Browse files
ci: update docker/build-push-action@v2 to docker/build-push-action@v3 (#5862)
1 parent 04558c0 commit f34c12d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy-manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
echo ::set-output name=git_commit::${GIT_COMMIT}
6464
6565
- name: build and push ansible 2.9 dep image
66-
uses: docker/build-push-action@v2
66+
uses: docker/build-push-action@v3
6767
with:
6868
file: ./images/ansible-operator/base.Dockerfile
6969
context: ./images/ansible-operator
@@ -74,7 +74,7 @@ jobs:
7474
GIT_COMMIT=${{ steps.base_tag_29.outputs.git_commit }}
7575
7676
- name: build and push ansible 2.11 dep image
77-
uses: docker/build-push-action@v2
77+
uses: docker/build-push-action@v3
7878
with:
7979
file: ./images/ansible-operator-2.11-preview/base.Dockerfile
8080
context: ./images/ansible-operator-2.11-preview

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
echo ::set-output name=tags::$(.github/workflows/get_image_tags.sh "$IMG" "v")
103103
104104
- name: build and push
105-
uses: docker/build-push-action@v2
105+
uses: docker/build-push-action@v3
106106
with:
107107
file: ./images/${{ matrix.id }}/Dockerfile
108108
context: .
@@ -148,7 +148,7 @@ jobs:
148148
echo ::set-output name=tags::$(.github/workflows/get_image_tags.sh "$IMG" "scorecard-kuttl/v")
149149
150150
- name: build and push
151-
uses: docker/build-push-action@v2
151+
uses: docker/build-push-action@v3
152152
with:
153153
file: ./images/scorecard-test-kuttl/Dockerfile
154154
context: .

0 commit comments

Comments
 (0)