Skip to content

Commit df7aa63

Browse files
Revert "build: update build-and-push.yml."
This reverts commit 8d10e09.
1 parent 8d10e09 commit df7aa63

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-and-push-python-pg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- linux/amd64,linux/arm64
1515
jobs:
1616
build-and-push-python-pg-to-ghcr:
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check Disk Space
2020
run: df -h

.github/workflows/build-and-push-vector-model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
jobs:
2121
build-and-push-vector-model-to-ghcr:
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-latest
2323
steps:
2424
- name: Check Disk Space
2525
run: df -h

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
9494
build-and-push-to-dockerhub:
9595
if: ${{ contains(github.event.inputs.registry, 'dockerhub') }}
96-
runs-on: ubuntu-22.04
96+
runs-on: ubuntu-latest
9797
steps:
9898
- name: Check Disk Space
9999
run: df -h

0 commit comments

Comments
 (0)