Merge pull request #950 from AmruthPillai/dependabot/github_actions/docker/build-push-action-3.1.0

chore(deps): bump docker/build-push-action from 3.0.0 to 3.1.0
This commit is contained in:
Amruth Pillai
2022-07-30 12:43:46 +02:00
committed by GitHub
+2 -2
View File
@@ -31,7 +31,7 @@ jobs:
password: ${{ secrets.GH_TOKEN }}
- name: Build and Push Client Image
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.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@v3.0.0
uses: docker/build-push-action@v3.1.0
with:
context: .
push: true