Skip to content

Commit

Permalink
Merge pull request #1328 from amir20/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/setup-buildx-action-1.4.0

Bump docker/setup-buildx-action from 1.3.0 to 1.4.0
  • Loading branch information
kodiakhq[bot] committed Jun 29, 2021
2 parents 63033bd + 083c59b commit 1758206
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 @@ -51,7 +51,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v1.2.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1.3.0
uses: docker/setup-buildx-action@v1.4.0
- name: Login to DockerHub
uses: docker/login-action@v1.10.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v1.2.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1.3.0
uses: docker/setup-buildx-action@v1.4.0
- name: Login to DockerHub
uses: docker/login-action@v1.10.0
with:
Expand Down

0 comments on commit 1758206

Please sign in to comment.