Skip to content

Commit

Permalink
run FMT
Browse files Browse the repository at this point in the history
  • Loading branch information
glegendre01 committed Jan 29, 2025
1 parent 37565fc commit 89bbb51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
role-duration-seconds: 7200
aws-region: us-east-1
output-credentials: true

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
Expand All @@ -114,11 +114,11 @@ jobs:
type=semver,pattern=${{ matrix.imageNamePrefix }}{{major}}.{{minor}}
type=raw,value=${{ matrix.imageNamePrefix }}latest
type=raw,value=${{ matrix.imageNamePrefix }}sha-${{ env.GITHUB_SHA_SHORT }}
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v6
env:
env:
DOCKER_BUILD_SUMMARY: false
with:
context: .
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
id: build-and-push-grpc
if: ${{ matrix.grpc }}
uses: docker/build-push-action@v6
env:
env:
DOCKER_BUILD_SUMMARY: false
with:
context: .
Expand Down

0 comments on commit 89bbb51

Please sign in to comment.