Skip to content

Commit 89bbb51

Browse files
committed
run FMT
1 parent 37565fc commit 89bbb51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
role-duration-seconds: 7200
100100
aws-region: us-east-1
101101
output-credentials: true
102-
102+
103103
- name: Extract metadata (tags, labels) for Docker
104104
id: meta
105105
uses: docker/metadata-action@v5
@@ -114,11 +114,11 @@ jobs:
114114
type=semver,pattern=${{ matrix.imageNamePrefix }}{{major}}.{{minor}}
115115
type=raw,value=${{ matrix.imageNamePrefix }}latest
116116
type=raw,value=${{ matrix.imageNamePrefix }}sha-${{ env.GITHUB_SHA_SHORT }}
117-
117+
118118
- name: Build and push Docker image
119119
id: build-and-push
120120
uses: docker/build-push-action@v6
121-
env:
121+
env:
122122
DOCKER_BUILD_SUMMARY: false
123123
with:
124124
context: .
@@ -159,7 +159,7 @@ jobs:
159159
id: build-and-push-grpc
160160
if: ${{ matrix.grpc }}
161161
uses: docker/build-push-action@v6
162-
env:
162+
env:
163163
DOCKER_BUILD_SUMMARY: false
164164
with:
165165
context: .

0 commit comments

Comments
 (0)