Skip to content

Commit

Permalink
chore(actions): update docker/build-push-action action to v6 (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 17, 2024
1 parent 63e54b8 commit c42b1af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prereleased.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Build Docker Image
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
env:
DOCKER_IMAGE_TAG: ${{ env.DOCKER_REPOSITORY_COMMAND }}:${{ needs.prepare.outputs.version }}
with:
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
- name: Build Docker Image
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
env:
DOCKER_IMAGE_TAG: ${{ env.DOCKER_REPOSITORY_LAMBDA }}:${{ needs.prepare.outputs.version }}
with:
Expand Down

0 comments on commit c42b1af

Please sign in to comment.