Skip to content

Commit

Permalink
feat: update GHA script
Browse files Browse the repository at this point in the history
  • Loading branch information
KorewaLidesu authored Mar 25, 2024
1 parent ea62bc8 commit 2c00240
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: ci
name: Build & Push Docker Image

on:
push:
branches:
- 'main'
workflow_dispatch:
inputs:
version:
description: 'Caddy specific version (default to get latest)'
required: true

jobs:
docker:
Expand Down

0 comments on commit 2c00240

Please sign in to comment.