This commit is contained in:
@@ -2,6 +2,8 @@ name: Docker Build and Publish
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
|
||||
env:
|
||||
DOCKERHUB_REPO: ghcr.io/ryuupendragon/caddy-test
|
||||
@@ -16,6 +18,9 @@ jobs:
|
||||
- name: Parse Caddy version
|
||||
id: version
|
||||
run: echo "VERSION=$(grep -Eo 'caddy:[0-9]+\.[0-9]+\.[0-9]+$' Dockerfile | cut -d ':' -f2)" >> $GITHUB_ENV
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
Reference in New Issue
Block a user