Marix test
This commit is contained in:
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
@@ -5,6 +5,9 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
repo: [caddy-cloudflare,caddy-cloudflare-crowdsec,caddy-cloudflare-ddns,caddy-cloudflare-ddns-crowdsec,caddy-crowdsec]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
@@ -37,7 +40,7 @@ jobs:
|
|||||||
name: Build and Push Docker images for all Container Registries
|
name: Build and Push Docker images for all Container Registries
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
tags: ryuupendragon/caddy-cloudflare:${{ env.VERSION }}, ryuupendragon/caddy-cloudflare:latest, ghcr.io/ryuupendragon/caddy-cloudflare:${{ env.VERSION }}, ghcr.io/ryuupendragon/caddy-cloudflare:latest
|
tags: ryuupendragon/${{matrix.repo}}:${{ env.VERSION }}, ryuupendragon/${{matrix.repo}}:latest
|
||||||
file: caddy-cloudflare/Dockerfile
|
file: ${{matrix.repo}}/Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
|
Reference in New Issue
Block a user