Skip to content

Commit

Permalink
Merge pull request #89 from crazy-max/ci-bump-buildx-buildkit
Browse files Browse the repository at this point in the history
ci: bump buildx and buildkit to latest
  • Loading branch information
crazy-max authored Dec 19, 2023
2 parents 0d6596e + ce7b7f9 commit ff15ad5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:

env:
DOCKERHUB_SLUG: docker/buildkit-syft-scanner
BUILDX_VERSION: v0.10.0
BUILDKIT_IMAGE: moby/buildkit:v0.11.0
BUILDX_VERSION: latest
BUILDKIT_IMAGE: moby/buildkit:latest

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:
pull_request:

env:
BUILDX_VERSION: v0.10.0
BUILDKIT_IMAGE: moby/buildkit:v0.11.2
BUILDX_VERSION: latest
BUILDKIT_IMAGE: moby/buildkit:latest
IMAGE_LOCAL: localhost:5000/buildkit-syft-scanner:latest

jobs:
Expand Down

0 comments on commit ff15ad5

Please sign in to comment.