Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 19, 2024
1 parent 368a905 commit e820389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-to-main-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo TAG_BASE=$TAG_BASE >> $GITHUB_ENV
echo PLUGIN_VERSION=$PLUGIN_VERSION >> $GITHUB_ENV
- name: Build and push container images
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
build-args: |
pkg_version=${{ env.PLUGIN_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
export TAG_BASE=${{ env.ECR_REPO }}/$(echo $GITHUB_REPOSITORY | sed s#/#-#)
echo TAG_BASE=$TAG_BASE >> $GITHUB_ENV
- name: Build and push container images
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
build-args: |
pkg_version=${{ steps.tag.outputs.tag }}
Expand Down

0 comments on commit e820389

Please sign in to comment.