Skip to content

Commit 66bb78e

Browse files
authored
Upgrade build-push-action to v3 (#138)
1 parent 8f4b6b3 commit 66bb78e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cnf-test-partner-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
password: ${{ secrets.QUAY_ROBOT_TOKEN }}
5858

5959
- name: 'Build and push the new `cnf-test-partner` image'
60-
uses: docker/build-push-action@v2
60+
uses: docker/build-push-action@v3
6161
with:
6262
push: true
6363
file: ${{ env.IMAGE_CONTAINER_FILE_PATH }}

.github/workflows/debug-partner-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
password: ${{ secrets.QUAY_ROBOT_TOKEN }}
6363

6464
- name: 'Build and push the new `debug-partner` image'
65-
uses: docker/build-push-action@v2
65+
uses: docker/build-push-action@v3
6666
with:
6767
push: true
6868
file: ${{ env.IMAGE_CONTAINER_FILE_PATH }}

0 commit comments

Comments
 (0)