Update docker/build-push-action action to v3

This commit is contained in:
Renovate Bot 2022-05-22 15:26:32 +00:00
parent d535b2e966
commit a39246b38c
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ jobs:
- name: Build and push image
if: steps.version_check.outcome == 'success' && steps.version_check.conclusion == 'success'
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
push: false
context: .

View File

@ -108,7 +108,7 @@ jobs:
- name: Build and push image
if: steps.version_check.outcome == 'success' && steps.version_check.conclusion == 'success'
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
push: true
context: .