File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,19 +32,19 @@ jobs:
3232 echo "version=$VERSION" >> $GITHUB_OUTPUT
3333
3434 - name : Log in to Docker Hub
35- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
35+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
3636 with :
3737 username : ${{ secrets.DOCKER_USERNAME }}
3838 password : ${{ secrets.DOCKER_PASSWORD }}
3939
4040 - name : Extract metadata (tags, labels) for Docker
4141 id : meta
42- uses : docker/metadata-action@8e1d5461f02b7886d3c1a774bfbd873650445aa2
42+ uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804
4343 with :
4444 images : vectorinstitute/vector-inference
4545
4646 - name : Build and push Docker image
47- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
47+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
4848 with :
4949 context : .
5050 file : ./Dockerfile
Original file line number Diff line number Diff line change 1616 - id : check-toml
1717
1818 - repo : https://github.com/astral-sh/ruff-pre-commit
19- rev : ' v0.9.10 '
19+ rev : ' v0.11.0 '
2020 hooks :
2121 - id : ruff
2222 args : [--fix, --exit-non-zero-on-fix]
You can’t perform that action at this time.
0 commit comments