We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc71921 commit 1536cf0Copy full SHA for 1536cf0
1 file changed
.github/workflows/shared-build-and-publish-docker-image.yml
@@ -106,6 +106,10 @@ jobs:
106
- name: Login to ACR via OIDC
107
run: az acr login --name ${{ inputs.acr_name }}
108
109
+ - name: Checkout
110
+ if: ${{ inputs.context == '.' }}
111
+ uses: actions/checkout@v5
112
+
113
- name: Download artifacts
114
if: ${{ inputs.artifact-id }}
115
uses: actions/download-artifact@v5
0 commit comments