Skip to content

Commit

Permalink
Update docker-image-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lungsangg authored Dec 5, 2024
1 parent 86ca864 commit ec00afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker Publish Trigger
on:
push:
branches:
- chore/whitenoise_ # Change this to your main branch name, e.g., master
- chore/whitenoise_ # Change this to your main branch name, e.g., dev

jobs:
build-and-publish:
Expand Down Expand Up @@ -38,4 +38,4 @@ jobs:
python-version: '3.8'

- name: Deploy to render
run: curl -X POST ${{ secrets.DEPLOY_HOOK_NOTIFICATION_DEV }}ghcr.io/${{ env.OWNER_LC }}/${{ env.REPOSITORY_LC }}:${{ github.sha }}
run: curl -X POST ${{ secrets.DEPLOY_HOOK_NOTIFICATION_DEV }}ghcr.io/${{ env.OWNER_LC }}/${{ env.REPOSITORY_LC }}:${{ github.sha }}

0 comments on commit ec00afc

Please sign in to comment.