renovate[bot] commited on
Commit
de92535
·
1 Parent(s): 3893ec5

chore(deps): update docker/build-push-action action to v6

Browse files
.github/workflows/docker-build-and-push.yaml CHANGED
@@ -42,7 +42,7 @@ jobs:
42
  - name: Set up Docker Buildx
43
  uses: docker/setup-buildx-action@v3
44
  - name: Build and push
45
- uses: docker/build-push-action@v5
46
  with:
47
  context: .
48
  file: ${{ matrix.dockerfile }}
 
42
  - name: Set up Docker Buildx
43
  uses: docker/setup-buildx-action@v3
44
  - name: Build and push
45
+ uses: docker/build-push-action@v6
46
  with:
47
  context: .
48
  file: ${{ matrix.dockerfile }}