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

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