Compare commits

..

2 Commits

Author SHA1 Message Date
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

View File

@ -0,0 +1,34 @@
name: Cloud MemCached Container
run-name: ${{ gitea.actor }} pushed a change to trunk
on:
push:
branches:
- trunk
jobs:
Build-and-Push:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v3
- name: Login to Gitea
uses: docker/login-action@v3
with:
registry: repo.anhonesthost.net
username: ${{ secrets.CI_USER }}
password: ${{ secrets.CI_TOKEN }}
- name: Build Image
uses: docker/build-push-action@v6
with:
platforms: linux/amd64
push: true
tags: |
repo.anhonesthost.net/cloud-hosting-platform/cmc:latest