Merge pull request #1047 from AmruthPillai/dependabot/github_actions/docker/build-push-action-3.2.0

Bump docker/build-push-action from 3.1.1 to 3.2.0
This commit is contained in:
Amruth Pillai
2022-10-17 10:39:42 +02:00
committed by GitHub

View File

@ -46,7 +46,7 @@ jobs:
password: ${{ secrets.GH_TOKEN }}
- name: Build and Push Client Image
uses: docker/build-push-action@v3.1.1
uses: docker/build-push-action@v3.2.0
with:
context: .
push: true
@ -99,7 +99,7 @@ jobs:
password: ${{ secrets.GH_TOKEN }}
- name: Build and Push Server Image
uses: docker/build-push-action@v3.1.1
uses: docker/build-push-action@v3.2.0
with:
context: .
push: true