You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/octopusdeploy.yml
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# This workflow uses actions that are not certified by GitHub.
2
-
# They are provided by a third-party and are governed by separate terms of service,
2
+
# They are provided by a third-party and are governed by separate terms of service,
3
3
# privacy policy, and support documentation.
4
4
#
5
5
# This workflow will build and publish a Docker container which is then deployed through Octopus Deploy.
@@ -12,13 +12,13 @@
12
12
#
13
13
# To configure this workflow:
14
14
#
15
-
# 1. Decide where you are going to host your image.
15
+
# 1. Decide where you are going to host your image.
16
16
# This template uses the GitHub Registry for simplicity but if required you can update the relevant DOCKER_REGISTRY variables below.
17
17
#
18
-
# 2. Create and configure an OIDC credential for a service account in Octopus.
18
+
# 2. Create and configure an OIDC credential for a service account in Octopus.
19
19
# This allows for passwordless authentication to your Octopus instance through a trust relationship configured between Octopus, GitHub and your GitHub Repository.
0 commit comments