We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4cbeba commit 03b2010Copy full SHA for 03b2010
.github/workflows/test-fips.yml
@@ -30,9 +30,9 @@ jobs:
30
needs: create-matrix
31
runs-on: ubuntu-24.04
32
# 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
+ # docker run -it --rm --name fipsy docker.elastic.co/wolfi/python-fips:3.12
34
container:
35
- image: docker.elastic.co/wolfi/chainguard-python-fips:3.12-dev
+ image: docker.elastic.co/wolfi/python-fips:3.12-dev
36
credentials:
37
username: ${{ secrets.ELASTIC_DOCKER_USERNAME }}
38
password: ${{ secrets.ELASTIC_DOCKER_PASSWORD }}
0 commit comments