Skip to content

Commit 06fa402

Browse files
committed
deploy
1 parent ce46600 commit 06fa402

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: echo "VERSION=$(echo $GITHUB_REF | cut -d / -f 3)" >> $GITHUB_OUTPUT
3939

4040
- name: Build and push Docker image (gcloud)
41-
uses: docker/build-push-action@v5
41+
uses: docker/build-push-action@v6
4242
with:
4343
context: .
4444
push: true
@@ -47,7 +47,7 @@ jobs:
4747
labels: ${{ steps.meta.outputs.labels }}
4848

4949
- name: Build and push Docker image (full)
50-
uses: docker/build-push-action@v5
50+
uses: docker/build-push-action@v6
5151
with:
5252
context: .
5353
push: true
@@ -56,7 +56,7 @@ jobs:
5656
labels: ${{ steps.meta.outputs.labels }}
5757

5858
- name: Build and push Docker image (minimal)
59-
uses: docker/build-push-action@v5
59+
uses: docker/build-push-action@v6
6060
with:
6161
context: .
6262
push: true
@@ -71,7 +71,7 @@ jobs:
7171
uses: docker/setup-buildx-action@v3
7272

7373
- name: Build and push Docker image (arm64)
74-
uses: docker/build-push-action@v5
74+
uses: docker/build-push-action@v6
7575
with:
7676
context: .
7777
push: true

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: echo "VERSION=$(echo $GITHUB_REF | cut -d / -f 3)" >> $GITHUB_OUTPUT
4040

4141
- name: Build and push Docker image (gcloud)
42-
uses: docker/build-push-action@v5
42+
uses: docker/build-push-action@v6
4343
with:
4444
context: .
4545
push: true
@@ -48,7 +48,7 @@ jobs:
4848
labels: ${{ steps.meta.outputs.labels }}
4949

5050
- name: Build and push Docker image (full)
51-
uses: docker/build-push-action@v5
51+
uses: docker/build-push-action@v6
5252
with:
5353
context: .
5454
push: true
@@ -57,7 +57,7 @@ jobs:
5757
labels: ${{ steps.meta.outputs.labels }}
5858

5959
- name: Build and push Docker image (minimal)
60-
uses: docker/build-push-action@v5
60+
uses: docker/build-push-action@v6
6161
with:
6262
context: .
6363
push: true
@@ -72,7 +72,7 @@ jobs:
7272
uses: docker/setup-buildx-action@v3
7373

7474
- name: Build and push Docker image (arm64)
75-
uses: docker/build-push-action@v5
75+
uses: docker/build-push-action@v6
7676
with:
7777
context: .
7878
push: true

0 commit comments

Comments
 (0)