Skip to content

Commit 03b2010

Browse files
committed
Fix fips container image hopefully
1 parent e4cbeba commit 03b2010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-fips.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
needs: create-matrix
3131
runs-on: ubuntu-24.04
3232
# https://docs.github.com/en/actions/writing-workflows/choosing-where-your-workflow-runs/running-jobs-in-a-container
33-
# docker run -it --rm --name fipsy docker.elastic.co/wolfi/chainguard-python-fips:3.12
33+
# docker run -it --rm --name fipsy docker.elastic.co/wolfi/python-fips:3.12
3434
container:
35-
image: docker.elastic.co/wolfi/chainguard-python-fips:3.12-dev
35+
image: docker.elastic.co/wolfi/python-fips:3.12-dev
3636
credentials:
3737
username: ${{ secrets.ELASTIC_DOCKER_USERNAME }}
3838
password: ${{ secrets.ELASTIC_DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)