Skip to content

Commit a8b0525

Browse files
authored
Merge pull request #113 from laminas/renovate/docker-build-push-action-3.x
chore(deps): update docker/build-push-action action to v3
2 parents f6ed43d + 947bbb5 commit a8b0525

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@v2
38+
uses: docker/build-push-action@v3
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@v1
4444

4545
- name: Build container for CI pipeline
46-
uses: docker/build-push-action@v2
46+
uses: docker/build-push-action@v3
4747
with:
4848
context: .
4949
load: true
@@ -115,7 +115,7 @@ jobs:
115115
uses: docker/setup-buildx-action@v1
116116

117117
- name: Build
118-
uses: docker/build-push-action@v2
118+
uses: docker/build-push-action@v3
119119
with:
120120
push: false
121121

0 commit comments

Comments
 (0)