5 Commits

Author SHA1 Message Date
renovate f504ae7000 Pin dependencies
Docker Build and Push / build (pull_request) Successful in 37s
2026-06-13 01:18:48 +00:00
jcabillot cf5876722b Merge pull request 'Update docker/build-push-action action to v7' (#13) from renovate/docker-build-push-action-7.x into main
Docker Build and Push / build (push) Successful in 51s
Reviewed-on: #13
2026-06-12 21:09:25 -04:00
jcabillot 4ba6096216 Merge pull request 'Update docker/login-action action to v4' (#14) from renovate/docker-login-action-4.x into main
Docker Build and Push / build (push) Successful in 53s
Reviewed-on: #14
2026-06-12 21:08:10 -04:00
renovate d9acc91ae0 Update docker/login-action action to v4
Docker Build and Push / build (pull_request) Successful in 44s
2026-06-13 01:06:41 +00:00
renovate ac993221ba Update docker/build-push-action action to v7
Docker Build and Push / build (pull_request) Successful in 44s
2026-06-13 01:06:36 +00:00
+2 -2
View File
@@ -23,7 +23,7 @@ jobs:
- name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -40,7 +40,7 @@ jobs:
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
- name: Build and push
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7
with:
context: .
push: ${{ github.event_name != 'pull_request' }}