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 f1caf03 commit f750989Copy full SHA for f750989
.github/workflows/build.yml
@@ -14,10 +14,10 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Set up Docker Buildx
17
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
18
19
- name: Login to GitHub Container Registry
20
- uses: docker/login-action@v3
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
21
with:
22
registry: ${{ env.REGISTRY }}
23
username: ${{ github.actor }}
docker/python/Dockerfile
@@ -1,4 +1,4 @@
1
-ARG PYTHON_TAG_SHA=latest
+ARG PYTHON_TAG_SHA=latest@sha256:5f69d22a88dd4cc4ee1576def19aef48c8faa1b566054c44291183831cbad13b
2
FROM python:${PYTHON_TAG_SHA}
3
4
ENV VENV_PATH=/opt/venv
0 commit comments