Skip to content

Commit

Permalink
Merge pull request #1427 from amir20/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-2.7.0

Bump docker/build-push-action from 2.6.1 to 2.7.0
  • Loading branch information
kodiakhq[bot] committed Aug 23, 2021
2 parents abec771 + cb31469 commit 31544aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -65,7 +65,7 @@ jobs:
restore-keys: |
${{ runner.os }}-buildx-
- name: Build and push
uses: docker/build-push-action@v2.6.1
uses: docker/build-push-action@v2.7.0
with:
push: true
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
restore-keys: |
${{ runner.os }}-buildx-
- name: Build and push
uses: docker/build-push-action@v2.6.1
uses: docker/build-push-action@v2.7.0
with:
push: true
platforms: linux/amd64
Expand Down

0 comments on commit 31544aa

Please sign in to comment.