Merge pull request #879 from AmruthPillai/dependabot/github_actions/docker/build-push-action-3.0.0

chore(deps): bump docker/build-push-action from 2.10.0 to 3.0.0
This commit is contained in:
Amruth Pillai 2022-05-24 08:25:05 +05:30 committed by GitHub
commit 55dd2c5925
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ jobs:
password: ${{ secrets.GH_TOKEN }}
- name: Build and Push Client Image
uses: docker/build-push-action@v2.10.0
uses: docker/build-push-action@v3.0.0
with:
context: .
push: true
@ -68,7 +68,7 @@ jobs:
password: ${{ secrets.GH_TOKEN }}
- name: Build and Push Server Image
uses: docker/build-push-action@v2.10.0
uses: docker/build-push-action@v3.0.0
with:
context: .
push: true