File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ jobs:
2323 uses : actions/checkout@v6
2424
2525 - name : Log in to the Container registry
26- uses : docker/login-action@v4.1 .0
26+ uses : docker/login-action@v4.2 .0
2727 with :
2828 registry : ghcr.io
2929 username : ${{ github.actor }}
3030 password : ${{ secrets.GITHUB_TOKEN }}
3131
3232 - name : Build and push Docker image
33- uses : docker/build-push-action@v4.0 .0
33+ uses : docker/build-push-action@v7.2 .0
3434 with :
3535 context : devops
3636 build-args : PYTHON_VERSION=${{ matrix.python_version }}
@@ -53,14 +53,14 @@ jobs:
5353 uses : actions/checkout@v6
5454
5555 - name : Log in to the Container registry
56- uses : docker/login-action@v4.1 .0
56+ uses : docker/login-action@v4.2 .0
5757 with :
5858 registry : ghcr.io
5959 username : ${{ github.actor }}
6060 password : ${{ secrets.GITHUB_TOKEN }}
6161
6262 - name : Build and push Docker image
63- uses : docker/build-push-action@v4.0 .0
63+ uses : docker/build-push-action@v7.2 .0
6464 with :
6565 context : devops
6666 build-args : MSSQL_VERSION=${{ matrix.mssql_version }}
You can’t perform that action at this time.
0 commit comments