Skip to content

Commit 15d06c6

Browse files
committed
test revert docker/build-push-action upgrade
1 parent 38bfe35 commit 15d06c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
182182
# Publish to public ECR
183183
- name: Build and push public ECR image
184-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 #v6.18.0
184+
uses: docker/build-push-action@v5
185185
with:
186186
push: true
187187
context: .
@@ -192,7 +192,7 @@ jobs:
192192
193193
# Publish to private ECR
194194
- name: Build and push private ECR image
195-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 #v6.18.0
195+
uses: docker/build-push-action@v5
196196
with:
197197
push: true
198198
context: .

0 commit comments

Comments
 (0)