Author SHA1 Message Date
renovate 5412add1b8 chore(deps): update docker/login-action digest to 06fb636
Docker Build and Push / test (pull_request) Waiting to run
Docker Build and Push / integration-test (pull_request) Waiting to run
Docker Build and Push / build (pull_request) Blocked by required conditions
PR Checks / hadolint (pull_request) Waiting to run
PR Checks / build-test (pull_request) Waiting to run
renovate/stability-days Updates have met minimum release age requirement
2026-07-23 16:09:42 +00:00
jcabillot d648c6f133 Merge pull request 'chore(deps): update docker/login-action digest to af1e73f' (#32) from renovate/docker-login-action-digest into main
Main Release / tag (push) Blocked by required conditions
Docker Build and Push / test (push) Successful in 23s
Docker Build and Push / integration-test (push) Successful in 35s
Docker Build and Push / build (push) Waiting to run
Main Release / hadolint (push) Successful in 11s
Main Release / test (push) Successful in 25s
Main Release / build (push) Waiting to run
Reviewed-on: #32
Reviewed-by: opencodecabilloteu <julien+opencode@cabillot.eu>
2026-07-23 07:56:32 -04:00
jcabillot b498341e32 Merge pull request 'chore(deps): update actions/setup-python action to v7' (#38) from renovate/actions-setup-python-7.x into main
Main Release / tag (push) Blocked by required conditions
Docker Build and Push / test (push) Failing after 2m3s
Docker Build and Push / integration-test (push) Successful in 3m9s
Docker Build and Push / build (push) Skipped
Main Release / hadolint (push) Successful in 9s
Main Release / test (push) Successful in 23s
Main Release / build (push) Waiting to run
Reviewed-on: #38
2026-07-23 07:56:26 -04:00
renovate 0a5c8b883d chore(deps): update docker/login-action digest to af1e73f
renovate/stability-days Updates have met minimum release age requirement
Docker Build and Push / test (pull_request) Successful in 34s
Docker Build and Push / integration-test (pull_request) Successful in 35s
PR Checks / hadolint (pull_request) Successful in 11s
PR Checks / build-test (pull_request) Successful in 20s
Docker Build and Push / build (pull_request) Successful in 2m17s
2026-07-22 21:29:12 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
with:
fetch-depth: 0
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
- uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
+1 -1
View File
@@ -69,7 +69,7 @@ jobs:
- name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
- uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}