Update docker/build-push-action action to v6 (#3222)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-06-17 12:18:15 +02:00
committed by GitHub
parent c12d83bbf0
commit d6fe8eec38
4 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ jobs:
uses: docker/setup-buildx-action@v3.3.0
- name: Build ${{ matrix.configuration }} Docker image from ${{ matrix.file }}
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.0.0
with:
build-args: CONFIGURATION=${{ matrix.configuration }}
context: .

View File

@@ -50,7 +50,7 @@ jobs:
echo "DH_REPOSITORY=$(echo ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_ENV"
- name: Build and publish Docker image from Dockerfile.Service
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.0.0
with:
context: .
file: Dockerfile.Service

View File

@@ -50,7 +50,7 @@ jobs:
echo "DH_REPOSITORY=$(echo ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_ENV"
- name: Build and publish Docker image from Dockerfile
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.0.0
with:
context: .
platforms: ${{ env.PLATFORMS }}

View File

@@ -51,7 +51,7 @@ jobs:
echo "DH_REPOSITORY=$(echo ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_ENV"
- name: Build and publish Docker image from Dockerfile
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.0.0
with:
context: .
platforms: ${{ env.PLATFORMS }}