Merge pull request #128 from StuffAnThings/dependabot/github_actions/docker/build-push-action-3

Bump docker/build-push-action from 2 to 3
This commit is contained in:
bobokun 2022-05-20 17:23:36 -04:00 committed by GitHub
commit abc0536e7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,7 @@ jobs:
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: ./
file: ./Dockerfile

View file

@ -31,7 +31,7 @@ jobs:
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: ./
file: ./Dockerfile

View file

@ -36,7 +36,7 @@ jobs:
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: ./
file: ./Dockerfile