Skip to content

Commit 30a5cb3

Browse files
authored
Merge pull request #275 from laminas/renovate/docker-build-push-action-5.x
Update docker/build-push-action action to v5
2 parents ded5fb6 + 85e7749 commit 30a5cb3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-push-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
password: ${{ secrets.CONTAINER_PAT }}
3636

3737
- name: Build and push
38-
uses: docker/build-push-action@v4
38+
uses: docker/build-push-action@v5
3939
with:
4040
context: .
4141
file: ./Dockerfile

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: docker/setup-buildx-action@v2
4444

4545
- name: Build container for CI pipeline
46-
uses: docker/build-push-action@v4
46+
uses: docker/build-push-action@v5
4747
with:
4848
context: .
4949
load: true
@@ -125,7 +125,7 @@ jobs:
125125
uses: docker/setup-buildx-action@v2
126126

127127
- name: Build
128-
uses: docker/build-push-action@v4
128+
uses: docker/build-push-action@v5
129129
with:
130130
push: false
131131

0 commit comments

Comments
 (0)