Skip to content

Commit 5e4212e

Browse files
chore(actions): update docker/build-push-action action to v5
1 parent 97a8f8f commit 5e4212e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prereleased.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
7676
- name: Build Docker Image
7777
id: docker_build
78-
uses: docker/build-push-action@v4
78+
uses: docker/build-push-action@v5
7979
env:
8080
DOCKER_IMAGE_TAG: ${{ env.DOCKER_REPOSITORY_COMMAND }}:${{ needs.prepare.outputs.version }}
8181
with:
@@ -161,7 +161,7 @@ jobs:
161161
162162
- name: Build Docker Image
163163
id: docker_build
164-
uses: docker/build-push-action@v4
164+
uses: docker/build-push-action@v5
165165
env:
166166
DOCKER_IMAGE_TAG: ${{ env.DOCKER_REPOSITORY_LAMBDA }}:${{ needs.prepare.outputs.version }}
167167
with:

0 commit comments

Comments
 (0)