Skip to content

Commit 2e70a0c

Browse files
authored
Merge pull request #384 from crazy-max/summary-learn-more-blogpost
github(summary): update learn more link
2 parents e600fe2 + f2e65ab commit 2e70a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export class GitHub {
240240
.addRaw(`For a detailed look at the build, download the following build record archive and import it into Docker Desktop's Builds view. `)
241241
.addBreak()
242242
.addRaw(`Build records include details such as timing, dependencies, results, logs, traces, and other information about a build. `)
243-
.addRaw(addLink('Learn more', 'https://docs.docker.com/go/build-summary/'))
243+
.addRaw(addLink('Learn more', 'https://www.docker.com/blog/new-beta-feature-deep-dive-into-github-actions-docker-builds-with-docker-desktop/?utm_source=github&utm_medium=actions'))
244244
.addRaw('</p>')
245245
.addRaw(`<p>`)
246246
.addRaw(`:arrow_down: ${addLink(`<strong>${Util.stringToUnicodeEntities(opts.uploadRes.filename)}</strong>`, artifactRelativeURL)} (${Util.formatFileSize(opts.uploadRes.size)} - includes <strong>${refsSize} build record${refsSize > 1 ? 's' : ''}</strong>)`)

0 commit comments

Comments
 (0)