Skip to content

Commit

Permalink
Merge pull request #86 from fhem/renovate/docker-build-push-action-4.x
Browse files Browse the repository at this point in the history
Update docker/build-push-action action to v4.1.0
  • Loading branch information
sidey79 authored Jun 9, 2023
2 parents 58683c0 + bfd8163 commit 1d41a9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/actions/integrationtest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
images: base

- name: Build base image
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v4.1.0
id: docker_build_base
with:
context: .
Expand All @@ -46,7 +46,7 @@ runs:
images: runtime

- name: Build for integration test amd64
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v4.1.0
id: docker_build_runtime
with:
context: .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build base image for all plattforms
id: build_base_cross
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v4.1.0
with:
context: .
platforms: linux/amd64,linux/arm/v5
Expand All @@ -107,7 +107,7 @@ jobs:
target: base

- name: Build and push Docker image for all plattforms
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v4.1.0
id: docker_build_runtime_cross
with:
context: .
Expand Down

0 comments on commit 1d41a9a

Please sign in to comment.