Skip to content

Commit

Permalink
remove docker:// prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
wysiwys committed Feb 5, 2025
1 parent e030134 commit ee23bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
test-extract:
runs-on: ubuntu-latest
container:
image: docker://${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.VERSION_TAG }}
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.VERSION_TAG }}
defaults:
run:
working-directory: libcrux-ml-kem
Expand Down

0 comments on commit ee23bc5

Please sign in to comment.