Skip to content

Commit

Permalink
update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderbl29 committed Jun 6, 2023
1 parent 0645982 commit 73813c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-build-container.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Get latest pihole release, build it and push to dockerhub
name: Docker build and publish

on:
# cron job to trigger the build on any push to main
Expand Down Expand Up @@ -59,12 +59,12 @@ jobs:
if: ${{ steps.latest_release.outputs.release != steps.previous_release.outputs.release }}

- name: Create release
uses: actions/create-release@v1
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.latest_release.outputs.release }}
release_name: "${{ steps.latest_release.outputs.release }}"
name: "${{ steps.latest_release.outputs.release }}"
body: |
Changelog found on [pi-hole github](https://github.com/pi-hole/docker-pi-hole/releases), please read the changes before updating.
You can update the docker image with:
Expand Down

0 comments on commit 73813c6

Please sign in to comment.