Skip to content

Commit

Permalink
Updated secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
itamaroryan committed Jan 31, 2025
1 parent 15516f1 commit 112f7a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
if doctl registry repository list-tags lems-scheduler | grep -o "sha.*"; then
doctl registry repository delete-manifest lems-scheduler $(doctl registry repository list-tags lems-scheduler | grep -o "sha.*") --force
fi
if doctl registry repository list-tags fll-events | grep -o "sha.*"; then
doctl registry repository delete-manifest fll-events $(doctl registry repository list-tags fll-events | grep -o "sha.*") --force
fi
- name: Push image to DigitalOcean Container Registry
run: docker compose push
Expand Down

0 comments on commit 112f7a5

Please sign in to comment.