Skip to content

Commit

Permalink
small ci/cd fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDyakonov committed Jan 22, 2025
1 parent e5142c0 commit 6d761b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
title: "Docker image sent: ${{ env.COMMIT_SHORT_SHA }}"
message: |
✅ Docker image for commit: ${{ github.sha }} has been successfully built and pushed to Docker Hub.
Branches/tags:: dev, ${{ env.COMMIT_SHORT_SHA }}.
Branches/tags: dev, ${{ env.COMMIT_SHORT_SHA }}.
Repository: ${{ github.repository }}
Commit url: https://github.com/${{ github.repository }}/commit/${{ github.sha }}
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
Commit: ${{ github.sha }}
Repository: ${{ github.repository }}
Link to commit: https://github.com/${{ github.repository }}/commit/${{ github.sha }}
Link to commit: https://github.com/${{ github.repository }}/commit/${{ github.sha }}
- name: Shoutrrr - fail
if: ${{ failure() }}
Expand Down

0 comments on commit 6d761b3

Please sign in to comment.