@@ -28,28 +28,28 @@ jobs:
2828 build-image :
2929 runs-on : ubuntu-latest
3030 steps :
31- 31+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3232 with :
3333 persist-credentials : false
3434 lfs : true
3535 - name : Login to GitHub Container Registry
36- 36+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
3737 with :
3838 registry : ${{ env.REGISTRY }}
3939 username : ${{ github.actor }}
4040 password : ${{ secrets.GITHUB_TOKEN }}
4141 - name : Set up Docker Buildx
42- 42+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
4343 with :
4444 cache-binary : false
4545 - name : Validate build configuration
46- 46+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
4747 with :
4848 context : ${{ env.CONTEXT }} # zizmor: ignore[template-injection]
4949 call : check
5050 - name : Extract metadata (tags, labels) for Docker
5151 id : meta
52- 52+ uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
5353 with :
5454 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5555 # special case for .github to strip the leading period away since it is an invalid tag name
6969 } >> "$GITHUB_ENV"
7070 - name : Build and push Docker image
7171 id : push
72- 72+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
7373 with :
7474 context : ${{ env.CONTEXT }} # zizmor: ignore[template-injection]
7575 # load image into docker to test it in the next step
0 commit comments