Skip to content

Repo sync #39393

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 18, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[EDI - Actions] Move "Publishing packages" under tutorials (#56653)
  • Loading branch information
steveward authored Jul 18, 2025
commit 5f872b792d9c29def6c6c2e09fa52232940547ae
1 change: 0 additions & 1 deletion content/actions/how-tos/use-cases-and-examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ redirect_from:
- /actions/examples
- /actions/use-cases-and-examples
children:
- publishing-packages
- project-management
- using-containerized-services
---
Expand Down
2 changes: 1 addition & 1 deletion content/actions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ featuredLinks:
- /actions/how-tos/monitoring-and-troubleshooting-workflows
guideCards:
- /actions/how-tos/writing-workflows/using-workflow-templates
- /actions/how-tos/use-cases-and-examples/publishing-packages/publishing-nodejs-packages
- /actions/tutorials/publishing-packages/publishing-nodejs-packages
- /actions/how-tos/writing-workflows/building-and-testing/building-and-testing-powershell
popular:
- /actions/reference/workflow-syntax-for-github-actions
Expand Down
1 change: 1 addition & 0 deletions content/actions/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ children:
- /store-and-share-data
- /deploying-with-github-actions
- /communicating-with-docker-service-containers
- /publishing-packages
redirect_from:
- /actions/guides
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ redirect_from:
- /actions/publishing-packages-with-github-actions
- /actions/publishing-packages
- /actions/use-cases-and-examples/publishing-packages
- /actions/how-tos/use-cases-and-examples/publishing-packages
children:
- /publishing-docker-images
- /publishing-java-packages-with-gradle
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: Publishing Docker images
shortTitle: Publish Docker images
intro: 'You can publish Docker images to a registry, such as Docker Hub or {% data variables.product.prodname_registry %}, as part of your continuous integration (CI) workflow.'
intro: 'In this tutorial, you''ll learn how to publish Docker images to a registry, such as Docker Hub or {% data variables.product.prodname_registry %}, as part of your continuous integration (CI) workflow.'
redirect_from:
- /actions/language-and-framework-guides/publishing-docker-images
- /actions/guides/publishing-docker-images
- /actions/publishing-packages/publishing-docker-images
- /actions/use-cases-and-examples/publishing-packages/publishing-docker-images
- /actions/how-tos/use-cases-and-examples/publishing-packages/publishing-docker-images
versions:
fpt: '*'
ghes: '*'
Expand All @@ -19,8 +20,6 @@ topics:
layout: inline
---

{% data reusables.actions.enterprise-github-hosted-runners %}

## Introduction

This guide shows you how to create a workflow that performs a Docker build, and then publishes Docker images to Docker Hub or {% data variables.product.prodname_registry %}. With a single workflow, you can publish images to a single registry or to multiple registries.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: Publishing Java packages with Gradle
shortTitle: Publish Java packages with Gradle
intro: You can use Gradle to publish Java packages to a registry as part of your continuous integration (CI) workflow.
intro: In this tutorial, you'll learn how to use Gradle to publish Java packages to a registry as part of your continuous integration (CI) workflow.
redirect_from:
- /actions/language-and-framework-guides/publishing-java-packages-with-gradle
- /actions/guides/publishing-java-packages-with-gradle
- /actions/publishing-packages/publishing-java-packages-with-gradle
- /actions/use-cases-and-examples/publishing-packages/publishing-java-packages-with-gradle
- /actions/how-tos/use-cases-and-examples/publishing-packages/publishing-java-packages-with-gradle
versions:
fpt: '*'
ghes: '*'
Expand All @@ -18,8 +19,6 @@ topics:
- Java
- Gradle
---

{% data reusables.actions.enterprise-github-hosted-runners %}

## Introduction

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: Publishing Java packages with Maven
shortTitle: Publish Java packages with Maven
intro: You can use Maven to publish Java packages to a registry as part of your continuous integration (CI) workflow.
intro: In this tutorial, you'll learn how to use Maven to publish Java packages to a registry as part of your continuous integration (CI) workflow.
redirect_from:
- /actions/language-and-framework-guides/publishing-java-packages-with-maven
- /actions/guides/publishing-java-packages-with-maven
- /actions/publishing-packages/publishing-java-packages-with-maven
- /actions/use-cases-and-examples/publishing-packages/publishing-java-packages-with-maven
- /actions/how-tos/use-cases-and-examples/publishing-packages/publishing-java-packages-with-maven
versions:
fpt: '*'
ghes: '*'
Expand All @@ -19,8 +20,6 @@ topics:
- Maven
---

{% data reusables.actions.enterprise-github-hosted-runners %}

## Introduction

{% data reusables.actions.publishing-java-packages-intro %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
title: Publishing Node.js packages
shortTitle: Publish Node.js packages
intro: You can publish Node.js packages to a registry as part of your continuous integration (CI) workflow.
intro: In this tutorial, you'll learn how to publish Node.js packages to a registry as part of your continuous integration (CI) workflow.
redirect_from:
- /actions/automating-your-workflow-with-github-actions/publishing-nodejs-packages
- /actions/language-and-framework-guides/publishing-nodejs-packages
- /actions/guides/publishing-nodejs-packages
- /actions/publishing-packages/publishing-nodejs-packages
- /actions/use-cases-and-examples/publishing-packages/publishing-nodejs-packages
- /actions/how-tos/use-cases-and-examples/publishing-packages/publishing-nodejs-packages
versions:
fpt: '*'
ghes: '*'
Expand All @@ -20,8 +21,6 @@ topics:
- JavaScript
---

{% data reusables.actions.enterprise-github-hosted-runners %}

## Introduction

This guide shows you how to create a workflow that publishes Node.js packages to the {% data variables.product.prodname_registry %} and npm registries after continuous integration (CI) tests pass.
Expand Down