Skip to content

Commit 9d0a008

Browse files
ci: Setting up Buildx to use docker-container driver instead of the docker driver for Docker builds, required for SBOM generation
1 parent 176db31 commit 9d0a008

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out the repo
22-
uses: actions/checkout@v4.1.1
22+
uses: actions/checkout@v4.1.7
23+
24+
- name: Set up Docker Buildx
25+
uses: docker/setup-buildx-action@v3
2326

2427
- name: Log in to Docker Hub
2528
uses: docker/login-action@v3.3.0

0 commit comments

Comments
 (0)