Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/dockertest-v2-lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

# Build the test Ferron image to cache it for the test suite
- name: Build the test Ferron image
uses: docker/build-push-action@v7.0.0
uses: docker/build-push-action@v7.1.0
with:
context: .
file: Dockerfile.test
Expand All @@ -69,7 +69,7 @@ jobs:

# Build the test runner image to cache it for the test suite
- name: Build the test runner image
uses: docker/build-push-action@v7.0.0
uses: docker/build-push-action@v7.1.0
with:
context: ./dockertest/runner
load: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dockertest-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

# Build the test Ferron image to cache it for the test suite
- name: Build the test Ferron image
uses: docker/build-push-action@v7.0.0
uses: docker/build-push-action@v7.1.0
with:
context: .
file: Dockerfile.test
Expand All @@ -69,7 +69,7 @@ jobs:

# Build the test runner image to cache it for the test suite
- name: Build the test runner image
uses: docker/build-push-action@v7.0.0
uses: docker/build-push-action@v7.1.0
with:
context: ./dockertest/runner
load: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-v2-lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ jobs:
uses: docker/setup-buildx-action@v4

- name: Build and export to Docker
uses: docker/build-push-action@v7.0.0
uses: docker/build-push-action@v7.1.0
with:
context: .
file: ${{ matrix.dockerfile }}
Expand All @@ -347,7 +347,7 @@ jobs:

- name: Build and push Docker image
id: push
uses: docker/build-push-action@v7.0.0
uses: docker/build-push-action@v7.1.0
with:
context: .
file: ${{ matrix.dockerfile }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ jobs:
uses: docker/setup-buildx-action@v4

- name: Build and export to Docker
uses: docker/build-push-action@v7.0.0
uses: docker/build-push-action@v7.1.0
with:
context: .
file: ${{ matrix.dockerfile }}
Expand All @@ -398,7 +398,7 @@ jobs:

- name: Build and push Docker image
id: push
uses: docker/build-push-action@v7.0.0
uses: docker/build-push-action@v7.1.0
with:
context: .
file: ${{ matrix.dockerfile }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ jobs:

- name: Build and push Docker image
id: push
uses: docker/build-push-action@v7.0.0
uses: docker/build-push-action@v7.1.0
with:
context: .
file: ${{ matrix.dockerfile }}
Expand Down