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
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@v4.1.1
29+ uses : actions/checkout@v4.2.0
3030
3131 - name : Set Environmental Variables
3232 run : |
@@ -57,22 +57,22 @@ jobs:
5757 uses : docker/setup-buildx-action@v3
5858
5959 - name : Log in to the (GitHub) Container registry
60- uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
60+ uses : docker/login-action@v3.3.0
6161 with :
6262 registry : ${{ env.REGISTRY }}
6363 username : ${{ github.actor }}
6464 password : ${{ secrets.GITHUB_TOKEN }}
6565
6666 - name : Extract metadata (tags, labels) for Docker
6767 id : meta
68- uses : docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934
68+ uses : docker/metadata-action@v5.5.1
6969 with :
7070 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
7171 tags : |
7272 type=sha
7373
7474 - name : Build and push Docker image
75- uses : docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
75+ uses : docker/build-push-action@v6.9.0
7676 with :
7777 context : .
7878 build-args : |
You can’t perform that action at this time.
0 commit comments