Skip to content

Commit

Permalink
ci: update docker/build-push-action@v2 to docker/build-push-action@v3 (
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 committed Jun 14, 2022
1 parent 04558c0 commit f34c12d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
echo ::set-output name=git_commit::${GIT_COMMIT}
- name: build and push ansible 2.9 dep image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
file: ./images/ansible-operator/base.Dockerfile
context: ./images/ansible-operator
Expand All @@ -74,7 +74,7 @@ jobs:
GIT_COMMIT=${{ steps.base_tag_29.outputs.git_commit }}
- name: build and push ansible 2.11 dep image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
file: ./images/ansible-operator-2.11-preview/base.Dockerfile
context: ./images/ansible-operator-2.11-preview
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
echo ::set-output name=tags::$(.github/workflows/get_image_tags.sh "$IMG" "v")
- name: build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
file: ./images/${{ matrix.id }}/Dockerfile
context: .
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
echo ::set-output name=tags::$(.github/workflows/get_image_tags.sh "$IMG" "scorecard-kuttl/v")
- name: build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
file: ./images/scorecard-test-kuttl/Dockerfile
context: .
Expand Down

0 comments on commit f34c12d

Please sign in to comment.