Skip to content

Commit

Permalink
add CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
alancolant committed May 2, 2024
1 parent 53d9823 commit d6c1b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-on-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Static Releases
name: Build Docker Images

on:
release:
Expand All @@ -20,7 +20,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/suix-labs/caddy-image-processor
ghcr.io/quix-labs/caddy-image-processor
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
Expand Down

0 comments on commit d6c1b06

Please sign in to comment.