Skip to content

Commit 8ee1694

Browse files
fix image reference "lost in translation"
1 parent 4c94af0 commit 8ee1694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/artifact_validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
acvts_validation:
2929
runs-on: ubuntu-latest
3030
# Is this an appropriate dotnet image?
31-
container: mcr.microsoft.com/dotnet/sdk:net6.0/runtime
31+
container: mcr.microsoft.com/dotnet/sdk:net6.0
3232
steps:
3333
- name: Checkout code
3434
uses: actions/checkout@v4

0 commit comments

Comments
 (0)