File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 uses : actions/checkout@v3
2727
2828 - name : Log in to the Container registry
29- uses : docker/login-action@v3
29+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
3030 if : github.event_name != 'pull_request'
3131 with :
3232 registry : ${{ env.REGISTRY }}
3535
3636 - name : Extract metadata (tags, labels) for Docker
3737 id : meta
38- uses : docker/metadata-action@v5
38+ uses : docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
3939 with :
4040 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4141 flavor : |
4747 type=raw,value=latest,enable={{is_default_branch}}
4848
4949 - name : Build and push Docker image
50- uses : docker/build-push-action@v7
50+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
5151 with :
5252 context : .
5353 build-args : |
You can’t perform that action at this time.
0 commit comments