Skip to content

Commit c42b1af

Browse files
chore(actions): update docker/build-push-action action to v6 (#42)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 63e54b8 commit c42b1af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prereleased.yml

Lines changed: 2 additions & 2 deletions
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@v5
78+
uses: docker/build-push-action@v6
7979
env:
8080
DOCKER_IMAGE_TAG: ${{ env.DOCKER_REPOSITORY_COMMAND }}:${{ needs.prepare.outputs.version }}
8181
with:
@@ -137,7 +137,7 @@ jobs:
137137
138138
- name: Build Docker Image
139139
id: docker_build
140-
uses: docker/build-push-action@v5
140+
uses: docker/build-push-action@v6
141141
env:
142142
DOCKER_IMAGE_TAG: ${{ env.DOCKER_REPOSITORY_LAMBDA }}:${{ needs.prepare.outputs.version }}
143143
with:

0 commit comments

Comments
 (0)