Skip to content

Commit 6f4337c

Browse files
chore(deps): update docker/build-push-action action to v6.11.0
1 parent a92430b commit 6f4337c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docker-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: docker/setup-buildx-action@v3.8.0
2929

3030
- name: Build ${{ matrix.configuration }} Docker image from ${{ matrix.file }}
31-
uses: docker/build-push-action@v6.10.0
31+
uses: docker/build-push-action@v6.11.0
3232
with:
3333
build-args: CONFIGURATION=${{ matrix.configuration }}
3434
context: .

.github/workflows/docker-publish-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "DH_REPOSITORY=$(echo ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_ENV"
5151
5252
- name: Build and publish Docker image from Dockerfile.Service
53-
uses: docker/build-push-action@v6.10.0
53+
uses: docker/build-push-action@v6.11.0
5454
with:
5555
context: .
5656
file: Dockerfile.Service

.github/workflows/docker-publish-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "DH_REPOSITORY=$(echo ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_ENV"
5151
5252
- name: Build and publish Docker image from Dockerfile
53-
uses: docker/build-push-action@v6.10.0
53+
uses: docker/build-push-action@v6.11.0
5454
with:
5555
context: .
5656
platforms: ${{ env.PLATFORMS }}

.github/workflows/docker-publish-released.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo "DH_REPOSITORY=$(echo ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }} | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_ENV"
5252
5353
- name: Build and publish Docker image from Dockerfile
54-
uses: docker/build-push-action@v6.10.0
54+
uses: docker/build-push-action@v6.11.0
5555
with:
5656
context: .
5757
platforms: ${{ env.PLATFORMS }}

0 commit comments

Comments
 (0)