Skip to content

Commit 040f8d7

Browse files
ci: Pinning container image to its SHA256 hash
1 parent 754e454 commit 040f8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_mapdl_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Build tests
2323
runs-on: ubuntu-22.04
2424
container:
25-
image: ghcr.io/ansys/mapdl:v22.2-ubuntu
25+
image: ghcr.io/ansys/mapdl:v22.2-ubuntu@sha256:024c587f4a8190e99cc3f08a2dc231583032e784a8ef7d7659f8dd9748116697
2626
options: "-u=0:0 --entrypoint /bin/bash"
2727
credentials:
2828
username: ${{ secrets.GH_USERNAME }}

0 commit comments

Comments
 (0)