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@v2
29+ uses : actions/checkout@v3.5.3
3030
3131 - name : Set Environmental Variables
3232 run : |
@@ -54,25 +54,25 @@ jobs:
5454 echo "PYTHON_VERSION_X=${PYTHON_VERSION_X}" >> $GITHUB_ENV
5555
5656 - name : Set up Docker Buildx
57- uses : docker/setup-buildx-action@v1
57+ uses : docker/setup-buildx-action@v2
5858
5959 - name : Log in to the (GitHub) Container registry
60- uses : docker/login-action@42d299face0c5c43a0487c477f595ac9cf22f1a7
60+ uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
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@e5622373a38e60fb6d795a4421e56882f2d7a681
68+ uses : docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175
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@7f9d37fa544684fb73bfe4835ed7214c255ce02b
75+ uses : docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825
7676 with :
7777 context : .
7878 build-args : |
You can’t perform that action at this time.
0 commit comments