Explorar el Código

chore(deps): bump docker/build-push-action from 4.2.0 to 4.2.1 (#4055)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] hace 1 año
padre
commit
c55ef7c383
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/docker.yml

+ 2 - 2
.github/workflows/docker.yml

@@ -97,7 +97,7 @@ jobs:
           fi
           fi
 
 
       - name: Build and push image
       - name: Build and push image
-        uses: docker/build-push-action@v4.2.0
+        uses: docker/build-push-action@v4.2.1
         with:
         with:
           context: ${{ matrix.context }}
           context: ${{ matrix.context }}
           platforms: ${{ matrix.platforms }}
           platforms: ${{ matrix.platforms }}
@@ -181,7 +181,7 @@ jobs:
           fi
           fi
 
 
       - name: Build and push image
       - name: Build and push image
-        uses: docker/build-push-action@v4.2.0
+        uses: docker/build-push-action@v4.2.1
         with:
         with:
           context: ${{ matrix.context }}
           context: ${{ matrix.context }}
           platforms: ${{ matrix.platforms }}
           platforms: ${{ matrix.platforms }}