@@ -38,13 +38,13 @@ jobs:
3838 # Checkout code
3939 # https://github.com/actions/checkout
4040 - name : Checkout code
41- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
41+ uses : actions/checkout@v6
4242
4343 # Extract metadata (tags, labels) for Docker
4444 # If the pull request is not merged, do not include the edge tag and only include the sha tag.
4545 # https://github.com/docker/metadata-action
4646 - name : Extract Docker metadata
47- uses : docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v5.3.0
47+ uses : docker/metadata-action@v5
4848 with :
4949 images : |
5050 ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
@@ -55,18 +55,18 @@ jobs:
5555 # Set up QEMU
5656 # https://github.com/docker/setup-qemu-action
5757 - name : Set up QEMU
58- uses : docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
58+ uses : docker/setup-qemu-action@v3
5959
6060 # Set up BuildKit Docker container builder to be able to build
6161 # multi-platform images and export cache
6262 # https://github.com/docker/setup-buildx-action
6363 - name : Set up Docker Buildx
64- uses : docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
64+ uses : docker/setup-buildx-action@v3
6565
6666 # Login to Docker registry
6767 # https://github.com/docker/login-action
6868 - name : Log into registry ${{ env.REGISTRY }}
69- uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
69+ uses : docker/login-action@v3
7070 with :
7171 registry : ${{ env.REGISTRY }}
7272 username : ${{ github.actor }}
7676 # https://github.com/docker/build-push-action
7777 - name : Build and push Docker image
7878 id : build
79- uses : docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
79+ uses : docker/build-push-action@v6
8080 with :
8181 context : .
8282 platforms : ${{ matrix.platform }}
9393
9494 # Upload digest
9595 - name : Upload digest
96- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
96+ uses : actions/upload-artifact@v5
9797 with :
9898 name : digests
9999 path : /tmp/digests/*
@@ -113,7 +113,7 @@ jobs:
113113 # Download digests
114114 # https://github.com/actions/download-artifact
115115 - name : Download digests
116- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
116+ uses : actions/download-artifact@v6
117117 with :
118118 name : digests
119119 path : /tmp/digests
@@ -122,13 +122,13 @@ jobs:
122122 # multi-platform images and export cache
123123 # https://github.com/docker/setup-buildx-action
124124 - name : Set up Docker Buildx
125- uses : docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
125+ uses : docker/setup-buildx-action@v3
126126
127127 # Extract metadata (tags, labels) for Docker
128128 # If the pull request is not merged, do not include the edge tag and only include the sha tag.
129129 # https://github.com/docker/metadata-action
130130 - name : Extract Docker metadata
131- uses : docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v5.3.0
131+ uses : docker/metadata-action@v5
132132 with :
133133 images : |
134134 ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
@@ -139,7 +139,7 @@ jobs:
139139 # Login to Docker registry
140140 # https://github.com/docker/login-action
141141 - name : Log into registry ${{ env.REGISTRY }}
142- uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
142+ uses : docker/login-action@v3
143143 with :
144144 registry : ${{ env.REGISTRY }}
145145 username : ${{ github.actor }}
0 commit comments