mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-09 20:12:26 +10:00
fix: handle edge case to display LinkedIn logo when used in Profiles
This commit is contained in:
6
.github/workflows/publish-docker-image.yml
vendored
6
.github/workflows/publish-docker-image.yml
vendored
@ -152,7 +152,11 @@ jobs:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
|
||||
- uses: sarisia/actions-status-discord@v1.14.3
|
||||
- name: Deploy the latest image on rxresu.me
|
||||
run: curl -X POST ${{ secrets.SERVICE_WEBHOOK }}
|
||||
|
||||
- name: Inform about the release on Discord
|
||||
uses: sarisia/actions-status-discord@v1.14.3
|
||||
if: always()
|
||||
with:
|
||||
username: ReleaseBot
|
||||
|
||||
Reference in New Issue
Block a user