Skip to content

Commit

Permalink
Update Alpine Release Tag
Browse files Browse the repository at this point in the history
  • Loading branch information
vkartk committed May 30, 2024
1 parent 28b3c35 commit 05e1d1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker-image-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.VERSION }}
release_name: "Caddy Release ${{ env.VERSION }}"
tag_name: ${{ env.VERSION }}-alpine
release_name: "Caddy Alpine Release ${{ env.VERSION }}"
body: "New Caddy release detected. See the full release notes [here](https://github.com/caddyserver/caddy/releases/tag/${{ env.VERSION }})."
draft: false
prerelease: false

0 comments on commit 05e1d1b

Please sign in to comment.