Update docker/build-push-action action to v2.6.1

This commit is contained in:
Renovate Bot
2021-07-01 15:49:02 +00:00
parent 0525177434
commit b82e9454f5
4 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ jobs:
uses: docker/setup-buildx-action@v1.4.1
- name: Build Docker image from ${{ matrix.file }}
uses: docker/build-push-action@v2.5.0
uses: docker/build-push-action@v2.6.1
with:
context: .
file: ${{ matrix.file }}

View File

@@ -45,7 +45,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@v2.5.0
uses: docker/build-push-action@v2.6.1
with:
context: .
file: Dockerfile.Service

View File

@@ -45,7 +45,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@v2.5.0
uses: docker/build-push-action@v2.6.1
with:
context: .
platforms: ${{ env.PLATFORMS }}

View File

@@ -46,7 +46,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@v2.5.0
uses: docker/build-push-action@v2.6.1
with:
context: .
platforms: ${{ env.PLATFORMS }}