Skip to content

Commit

Permalink
Merge pull request #273 from byu-oit/buildx-version
Browse files Browse the repository at this point in the history
Stop specifying Buildx version
  • Loading branch information
GaryGSC committed Jul 29, 2021
2 parents fc530e7 + ecd893b commit 5fda2b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ jobs:

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v1
with:
version: v0.6.0

- name: docker build
uses: docker/build-push-action@v2
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ jobs:

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v1
with:
version: v0.6.0

- name: Build and push the Docker image
env:
Expand Down

0 comments on commit 5fda2b4

Please sign in to comment.