mirror of
https://github.com/matrix-org/pinecone.git
synced 2026-01-16 23:00:32 +00:00
Update GHA workflows
This commit is contained in:
parent
3dbf86ba90
commit
e232e87cbd
2 changed files with 3 additions and 2 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -12,7 +12,7 @@ env:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
name: Docker image
|
||||
name: Image
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
3
.github/workflows/pinecone.yml
vendored
3
.github/workflows/pinecone.yml
vendored
|
|
@ -8,6 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
@ -24,7 +25,7 @@ jobs:
|
|||
run: go test -v ./...
|
||||
|
||||
docker:
|
||||
name: Update Docker image
|
||||
name: Docker
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue