4 Commits

Author SHA1 Message Date
renovate 30012d6b1a chore(deps): update docker/login-action digest to af1e73f
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 7s
Docker Build and Push / test (pull_request) Successful in 18s
PR Checks / build-test (pull_request) Successful in 15s
Docker Build and Push / integration-test (pull_request) Successful in 25s
Docker Build and Push / build (pull_request) Successful in 1m23s
2026-07-16 23:04:45 +00:00
opencodecabilloteu 5c2d4bb132 Merge pull request 'chore(deps): update docker/build-push-action action to v7.3.0' (#35) from renovate/docker-build-push-action-7.x into main
Main Release / hadolint (push) Successful in 8s
Docker Build and Push / test (push) Successful in 17s
Docker Build and Push / integration-test (push) Successful in 25s
Main Release / test (push) Successful in 13s
Main Release / build (push) Successful in 11s
Main Release / tag (push) Successful in 11s
Tag Release / hadolint (push) Successful in 7s
Tag Release / test (push) Successful in 11s
Docker Build and Push / build (push) Successful in 2m8s
Tag Release / build-push (push) Successful in 2m9s
2026-07-16 18:07:35 -04:00
renovate 3787e2811b chore(deps): update docker/build-push-action action to v7.3.0
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 6s
Docker Build and Push / test (pull_request) Successful in 17s
PR Checks / build-test (pull_request) Successful in 14s
Docker Build and Push / integration-test (pull_request) Successful in 24s
Docker Build and Push / build (pull_request) Successful in 1m22s
2026-07-16 21:04:58 +00:00
jcabillot 27949043df Merge pull request 'chore(deps): update actions/checkout action to v7' (#36) from renovate/actions-checkout-7.x into main
Main Release / hadolint (push) Successful in 9s
Docker Build and Push / test (push) Successful in 17s
Main Release / test (push) Successful in 14s
Docker Build and Push / integration-test (push) Successful in 21s
Main Release / build (push) Successful in 11s
Main Release / tag (push) Successful in 10s
Tag Release / hadolint (push) Successful in 6s
Tag Release / test (push) Successful in 14s
Docker Build and Push / build (push) Successful in 2m3s
Tag Release / build-push (push) Successful in 4m5s
Reviewed-on: #36
2026-07-16 16:26:49 -04:00
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4 - uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -43,7 +43,7 @@ jobs:
images: jcabillot/mcp-maildir images: jcabillot/mcp-maildir
tags: | tags: |
type=raw,value=${{ steps.get-latest-tag.outputs.tag }}-latest,enable=${{ steps.get-latest-tag.outputs.tag != '' }} type=raw,value=${{ steps.get-latest-tag.outputs.tag }}-latest,enable=${{ steps.get-latest-tag.outputs.tag != '' }}
- uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 - uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
with: with:
context: . context: .
file: pkg/Dockerfile file: pkg/Dockerfile
+2 -2
View File
@@ -27,7 +27,7 @@ jobs:
steps: steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4 - uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -38,7 +38,7 @@ jobs:
tags: | tags: |
type=ref,event=tag type=ref,event=tag
type=ref,event=tag,suffix=-latest type=ref,event=tag,suffix=-latest
- uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 - uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
with: with:
context: . context: .
file: pkg/Dockerfile file: pkg/Dockerfile