Skip to content

Commit

Permalink
Merge pull request #21 from TheMBeat/temp_deactivate_commit_mes
Browse files Browse the repository at this point in the history
temp deactivate commit message after build
  • Loading branch information
TheMBeat committed Sep 1, 2023
2 parents a8c709c + 048575d commit e25eb4a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,16 @@ jobs:
org.opencontainers.image.source="https://github.com/${{ github.repository }}"
org.opencontainers.image.license=ISC
- name: Create commit comment
uses: peter-evans/commit-comment@v1
if: startsWith(github.ref, 'refs/heads/') # Just the branches
with:
body: |
**This commit has been published as a Docker image.** 🐋
# - name: Create commit comment
# uses: peter-evans/commit-comment@v1
# if: startsWith(github.ref, 'refs/heads/') # Just the branches
# with:
# body: |
# **This commit has been published as a Docker image.** 🐋

You can easily try this build out locally with Docker.
# You can easily try this build out locally with Docker.

`docker run -p 3000:3000 ${{ env.DOCKER_REPO }}:${{ env.COMMIT_SHORT }}`
# `docker run -p 3000:3000 ${{ env.DOCKER_REPO }}:${{ env.COMMIT_SHORT }}`

# TODO: refactor this to not repeat all the code in the Dev Release step
- name: Version Release
Expand Down

0 comments on commit e25eb4a

Please sign in to comment.