File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99
99
role-duration-seconds : 7200
100
100
aws-region : us-east-1
101
101
output-credentials : true
102
-
102
+
103
103
- name : Extract metadata (tags, labels) for Docker
104
104
id : meta
105
105
uses : docker/metadata-action@v5
@@ -114,11 +114,11 @@ jobs:
114
114
type=semver,pattern=${{ matrix.imageNamePrefix }}{{major}}.{{minor}}
115
115
type=raw,value=${{ matrix.imageNamePrefix }}latest
116
116
type=raw,value=${{ matrix.imageNamePrefix }}sha-${{ env.GITHUB_SHA_SHORT }}
117
-
117
+
118
118
- name : Build and push Docker image
119
119
id : build-and-push
120
120
uses : docker/build-push-action@v6
121
- env :
121
+ env :
122
122
DOCKER_BUILD_SUMMARY : false
123
123
with :
124
124
context : .
@@ -159,7 +159,7 @@ jobs:
159
159
id : build-and-push-grpc
160
160
if : ${{ matrix.grpc }}
161
161
uses : docker/build-push-action@v6
162
- env :
162
+ env :
163
163
DOCKER_BUILD_SUMMARY : false
164
164
with :
165
165
context : .
You can’t perform that action at this time.
0 commit comments