Update docker/build-push-action action to v4.2.0

This commit is contained in:
renovate[bot] 2023-09-08 11:21:02 +00:00 committed by GitHub
parent 2afc59f01a
commit 705e17c9bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ jobs:
uses: docker/setup-buildx-action@v2.10.0
- name: Build ${{ matrix.configuration }} Docker image from ${{ matrix.file }}
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.0
with:
context: .
file: ${{ matrix.file }}

View file

@ -56,7 +56,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@v4.1.1
uses: docker/build-push-action@v4.2.0
with:
context: .
file: Dockerfile.Service

View file

@ -56,7 +56,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@v4.1.1
uses: docker/build-push-action@v4.2.0
with:
context: .
platforms: ${{ env.PLATFORMS }}

View file

@ -57,7 +57,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@v4.1.1
uses: docker/build-push-action@v4.2.0
with:
context: .
platforms: ${{ env.PLATFORMS }}