Skip to content

Commit

Permalink
fix(ci): Update schedule for docker image removal (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch authored Mar 25, 2021
1 parent 6da07ec commit aa74098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/delete-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 1 * * *'
- cron: '0 0 1 * *'

jobs:
build:
Expand All @@ -27,4 +27,4 @@ jobs:
const deleteResponse = await github.request("DELETE /orgs/${{ github.repository_owner }}/packages/container/${{ env.PACKAGE_NAME }}/versions/" + version.id, { });
console.log("status " + deleteResponse.status)
}
}
}

0 comments on commit aa74098

Please sign in to comment.