Skip to content

Commit

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

Bump docker/setup-buildx-action from 1.5.1 to 1.6.0
  • Loading branch information
SonicGD authored Sep 6, 2021
2 parents a928491 + 18d1ec5 commit c3c1008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo ::set-output name=tags::${TAGS}
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1.5.1
uses: docker/setup-buildx-action@v1.6.0
with:
driver-opts: image=moby/buildkit:master
- name: Cache Docker layers
Expand Down

0 comments on commit c3c1008

Please sign in to comment.