Skip to content

Commit 87fa888

Browse files
chore(deps): update docker/build-push-action action to v7
1 parent 172919a commit 87fa888

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
cp .env.example .env
6060
- name: Build and export to Docker
61-
uses: docker/build-push-action@v6
61+
uses: docker/build-push-action@v7
6262
with:
6363
context: .
6464
load: true

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
cp .env.example .env
116116
117117
- name: Build and load
118-
uses: docker/build-push-action@v6
118+
uses: docker/build-push-action@v7
119119
with:
120120
context: .
121121
load: true
@@ -135,7 +135,7 @@ jobs:
135135

136136
- name: Build and push by digest
137137
id: build
138-
uses: docker/build-push-action@v6
138+
uses: docker/build-push-action@v7
139139
with:
140140
platforms: ${{ matrix.platform }}
141141
context: .

0 commit comments

Comments
 (0)