Merge pull request #965 from AmruthPillai/dependabot/github_actions/docker/build-push-action-3.1.1

chore(deps): bump docker/build-push-action from 3.1.0 to 3.1.1
This commit is contained in:
Amruth Pillai
2022-08-08 05:53:47 +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.1.0
uses: docker/build-push-action@v3.1.1
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.1.0
uses: docker/build-push-action@v3.1.1
with:
context: .
push: true