build: update build-and-push.yml.
This commit is contained in:
parent
b86054d943
commit
8d10e09602
@ -14,7 +14,7 @@ on:
|
||||
- linux/amd64,linux/arm64
|
||||
jobs:
|
||||
build-and-push-python-pg-to-ghcr:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Check Disk Space
|
||||
run: df -h
|
||||
|
||||
@ -19,7 +19,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build-and-push-vector-model-to-ghcr:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Check Disk Space
|
||||
run: df -h
|
||||
|
||||
2
.github/workflows/build-and-push.yml
vendored
2
.github/workflows/build-and-push.yml
vendored
@ -93,7 +93,7 @@ jobs:
|
||||
|
||||
build-and-push-to-dockerhub:
|
||||
if: ${{ contains(github.event.inputs.registry, 'dockerhub') }}
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Check Disk Space
|
||||
run: df -h
|
||||
|
||||
Loading…
Reference in New Issue
Block a user