3 Commits

Author SHA1 Message Date
jcabillot 3ecc3e305e Merge pull request 'Update ubuntu Docker tag to v26' (#4) from renovate/ubuntu-26.x into master
Docker Build and Push / lint (push) Successful in 6s
Docker Build and Push / build (push) Successful in 28s
Docker Build and Push / test (push) Successful in 11s
Docker Build and Push / push (push) Successful in 17s
Reviewed-on: #4
2026-06-11 07:49:42 -04:00
cloudix_mcp_server f5437d0a44 fix: add branches: [master] filter on push trigger
Docker Build and Push / lint (push) Failing after 11m36s
Docker Build and Push / build (push) Has been skipped
Docker Build and Push / test (push) Has been skipped
Docker Build and Push / push (push) Has been skipped
2026-06-09 10:48:32 -04:00
renovate bc6820790e Update ubuntu Docker tag to v26
Docker Build and Push / lint (push) Successful in 6s
Docker Build and Push / lint (pull_request) Successful in 5s
Docker Build and Push / build (push) Successful in 48s
Docker Build and Push / build (pull_request) Successful in 49s
Docker Build and Push / test (pull_request) Successful in 14s
Docker Build and Push / test (push) Successful in 15s
Docker Build and Push / push (pull_request) Has been skipped
Docker Build and Push / push (push) Successful in 18s
2026-06-09 00:47:21 +00:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@ name: Docker Build and Push
on:
pull_request:
push:
branches: [master]
schedule:
- cron: '30 3 * * 3'
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:26.04
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
ENV DEBIAN_FRONTEND=noninteractive