Compare commits
No commits in common. "3d51a63ae4c2914b22a855d9af07d4a048767351" and "07999c4252c3fe6d191d55fceaa1490d9b776f98" have entirely different histories.
3d51a63ae4
...
07999c4252
@ -1,41 +0,0 @@
|
|||||||
name: Cloud Apache Container
|
|
||||||
run-name: ${{ gitea.actor }} pushed a change to trunk
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
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: false
|
|
||||||
tags: |
|
|
||||||
cloud-hosting-platform/cloud-apache-container/cac:latest
|
|
||||||
|
|
||||||
- name: Push image to Gitea
|
|
||||||
run: |
|
|
||||||
docker buildx imagetools create \
|
|
||||||
--tag repo.anhonesthost.net/cloud-hosting-platform/cloud-apache-container/cac:latest \
|
|
||||||
cloud-hosting-platform/cloud-apache-container/cac:latest
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user