Merge pull request #2 from sethsimmons/dependabot/github_actions/docker/build-push-action-2.7.0

This commit is contained in:
Seth Simmons
2021-09-03 21:06:25 +00:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ jobs:
- -
name: Build and push to Docker Hub and Github Packages Docker Registry name: Build and push to Docker Hub and Github Packages Docker Registry
id: docker_build id: docker_build
uses: docker/build-push-action@v2.6.1 uses: docker/build-push-action@v2.7.0
with: with:
push: true push: true
tags: | tags: |

View File

@@ -29,7 +29,7 @@ jobs:
- -
name: Build and push to Docker Hub and Github Packages Docker Registry name: Build and push to Docker Hub and Github Packages Docker Registry
id: docker_build id: docker_build
uses: docker/build-push-action@v2.6.1 uses: docker/build-push-action@v2.7.0
with: with:
push: true push: true
tags: | tags: |

View File

@@ -30,7 +30,7 @@ jobs:
- -
name: Build and push to Docker Hub and Github Packages Docker Registry name: Build and push to Docker Hub and Github Packages Docker Registry
id: docker_build id: docker_build
uses: docker/build-push-action@v2.6.1 uses: docker/build-push-action@v2.7.0
with: with:
push: true push: true
tags: | tags: |