Skip to content

Commit e2430ab

Browse files
committed
fix: docs
1 parent 5e83257 commit e2430ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# See RELEASING.md#DockerImage for more details about the steps in this workflow.
2-
name: Daily Release AtlasCLI Docker Image
1+
name: Daily Release Docker Image
32
on:
43
schedule:
54
- cron: "0 1 * * *" # Every day at 1:00 AM
@@ -46,5 +45,5 @@ jobs:
4645
# uses: imjohnbo/issue-bot@572eed14422c4d6ca37e870f97e7da209422f5bd
4746
# with:
4847
# labels: failed-release
49-
# title: Release Failure for Atlas CLI Docker Image ${{ env.TAG_PREFIX }}${{ steps.set-properties.outputs.VERSION }}-${{ steps.set-properties.outputs.DATE }}
48+
# title: Release Failure for Docker Image ${{ env.TAG_PREFIX }}${{ steps.set-properties.outputs.VERSION }}-${{ steps.set-properties.outputs.DATE }}
5049
# body: See https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

0 commit comments

Comments
 (0)