Skip to content

Commit

Permalink
tmp: test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicGombeaud committed Sep 17, 2023
1 parent 6a854d7 commit c427627
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
push:
branches:
- main
- test
schedule:
- cron: '0 12 * * *'

Expand All @@ -35,6 +36,7 @@ jobs:
- run: >
IMAGE_NAME=$DOCKER_REGISTRY/${{ github.repository_owner }}/$IMAGE_REPOSITORY
IMAGE_NAME=$(echo $IMAGE_NAME | tr '[A-Z]' '[a-z]') # to lowercase
echo IMAGE_NAME=$IMAGE_NAME
curl
-u admin:${{ secrets.KEEL_PASSWORD }}
-d "{'name':'$IMAGE_NAME', 'tag':'latest'}"
Expand Down

0 comments on commit c427627

Please sign in to comment.