Skip to content

Commit

Permalink
Merge pull request #14 from aSauerwein/renovate/docker-build-push-act…
Browse files Browse the repository at this point in the history
…ion-4.x
  • Loading branch information
aSauerwein authored Jan 30, 2023
2 parents 52be55d + 314193c commit d28f243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
- name: Build and push distroless
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64, linux/arm/v7, linux/arm64/v8
Expand All @@ -66,7 +66,7 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
- name: Build and push arm/v6
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: Dockerfile.armv6
Expand Down

0 comments on commit d28f243

Please sign in to comment.