File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ jobs:
4949 echo "service_version=$SERVICE_VERSION" >> "$GITHUB_OUTPUT"
5050
5151 - name : Log in to the Container registry
52- uses : docker/login-action@v3
52+ uses : docker/login-action@v4
5353 with :
5454 registry : ${{ env.REGISTRY }}
5555 username : ${{ github.actor }}
5656 password : ${{ secrets.GITHUB_TOKEN }}
5757
5858 - name : Extract metadata (tags, labels) for Docker
5959 id : meta
60- uses : docker/metadata-action@v5
60+ uses : docker/metadata-action@v6
6161 with :
6262 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6363 tags : |
7070 uses : docker/setup-buildx-action@v4
7171
7272 - name : Build and push Docker image
73- uses : docker/build-push-action@v6
73+ uses : docker/build-push-action@v7
7474 with :
7575 context : .
7676 file : Dockerfile
Original file line number Diff line number Diff line change 4646 uv run pytest --cov=batchee --cov-report=xml:build/reports/coverage.xml tests/
4747
4848 - name : Upload coverage reports to Codecov
49- uses : codecov/codecov-action@v5
49+ uses : codecov/codecov-action@v6
5050 with :
5151 token : ${{ secrets.CODECOV_TOKEN }}
5252 verbose : true
You can’t perform that action at this time.
0 commit comments