Compare commits

..

7 Commits

Author SHA1 Message Date
jknapp
434883782b Merge pull request 'adding cicd' (#3) from add-cicd into trunk
All checks were successful
Cloud MemCached Container / Build-and-Push (push) Successful in 33s
Reviewed-on: #3
2024-10-11 15:27:56 +00:00
1595a2f9c7 adding cicd 2024-10-11 08:27:22 -07:00
jknapp
bdbcaab8ae Delete .gitea / workflows/build-push.yaml 2024-10-11 15:25:10 +00:00
jknapp
a1325cd2d5 setting back to trunk 2024-10-11 15:12:05 +00:00
jknapp
a13717e5ce testing actions 2024-10-11 15:11:29 +00:00
jknapp
81f0741907 Merge pull request 'Update README.md' (#2) from jknapp-patch-1 into trunk
Reviewed-on: #2
2024-10-11 14:59:28 +00:00
jknapp
98c1e12495 Update README.md 2024-10-11 14:59:17 +00:00
2 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
name: Cloud Memcached Container name: Cloud MemCached Container
run-name: ${{ gitea.actor }} pushed a change to trunk run-name: ${{ gitea.actor }} pushed a change to trunk
on: on:
push: push:

View File

@@ -2,3 +2,5 @@
Container with a default install of Memcached for use with Cloud Apache Container. Container with a default install of Memcached for use with Cloud Apache Container.
Should be used in conjunction With a service mesh to present to CAC containers running locally on 11211. Should be used in conjunction With a service mesh to present to CAC containers running locally on 11211.
Built with Gitea Actions