chore: clean up whitespace and cache settings in release-service-image.yml (#367)
Remove Docker cache config and fix formatting in GitHub Actions workflow
This commit is contained in:
parent
5274970be3
commit
0661db0759
1 changed files with 5 additions and 7 deletions
12
.github/workflows/release-service-image.yml
vendored
12
.github/workflows/release-service-image.yml
vendored
|
|
@ -1,14 +1,14 @@
|
|||
name: Build image
|
||||
|
||||
|
||||
on:
|
||||
push:
|
||||
# Publish semver tags as releases.
|
||||
tags: [ 'v*.*.*' ]
|
||||
tags: ["v*.*.*"]
|
||||
|
||||
env:
|
||||
REGISTRY: docker.io
|
||||
IMAGE_NAME: zepai/graphiti
|
||||
|
||||
|
||||
jobs:
|
||||
build_and_start_svc:
|
||||
uses: ./.github/workflows/build-and-start-svc.yml
|
||||
|
|
@ -28,10 +28,10 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.event.inputs.tag || github.ref }}
|
||||
|
||||
|
||||
- name: Set up Depot CLI
|
||||
uses: depot/setup-action@v1
|
||||
|
||||
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
|
|
@ -57,5 +57,3 @@ jobs:
|
|||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags || env.TAGS }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
Loading…
Add table
Reference in a new issue