Merge pull request #62 from ttionya/dependabot/github_actions/docker/build-push-action-3

chore: bump docker/build-push-action from 2 to 3
This commit is contained in:
ttionya
2022-07-11 10:52:54 +08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- -
name: Build and push name: Build and push
uses: docker/build-push-action@v2 uses: docker/build-push-action@v3
with: with:
context: '.' context: '.'
file: './Dockerfile' file: './Dockerfile'
@@ -41,7 +41,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- -
name: Build and push name: Build and push
uses: docker/build-push-action@v2 uses: docker/build-push-action@v3
with: with:
context: '.' context: '.'
file: './Dockerfile' file: './Dockerfile'
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- -
name: Build and push name: Build and push
uses: docker/build-push-action@v2 uses: docker/build-push-action@v3
with: with:
context: '.' context: '.'
file: './Dockerfile' file: './Dockerfile'