Skip to content

Commit

Permalink
Update docker/build-push-action action to v6.13.0 (#286)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent 319ed0a commit a9d4f81
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Build and push alpine based image
id: alpine-image
uses: docker/build-push-action@v6.12.0
uses: docker/build-push-action@v6.13.0
with:
file: Dockerfile-alpine
context: .
Expand All @@ -77,7 +77,7 @@ jobs:
push-to-registry: true
- name: Build and push distroless image
id: distroless-image
uses: docker/build-push-action@v6.12.0
uses: docker/build-push-action@v6.13.0
with:
file: Dockerfile-distroless
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-publish-to-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Build and push alpine based image
id: alpine-image
uses: docker/build-push-action@v6.12.0
uses: docker/build-push-action@v6.13.0
with:
file: Dockerfile-alpine
context: .
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/testing-PRs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/[email protected]
- name: Build alpine based image
uses: docker/build-push-action@v6.12.0
uses: docker/build-push-action@v6.13.0
with:
file: Dockerfile-alpine
context: .
Expand All @@ -32,7 +32,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Build distroless image
uses: docker/build-push-action@v6.12.0
uses: docker/build-push-action@v6.13.0
with:
file: Dockerfile-distroless
context: .
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/[email protected]
- name: Build alpine based image
uses: docker/build-push-action@v6.12.0
uses: docker/build-push-action@v6.13.0
with:
file: Dockerfile-alpine
context: .
Expand All @@ -67,7 +67,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Build distroless image
uses: docker/build-push-action@v6.12.0
uses: docker/build-push-action@v6.13.0
with:
file: Dockerfile-distroless
context: .
Expand Down

0 comments on commit a9d4f81

Please sign in to comment.