Skip to content

Commit

Permalink
Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaddair committed Oct 17, 2024
1 parent 2834f5c commit 9a45299
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- 'main'
- 'chunked-prefill'
tags:
- 'v*'

Expand Down Expand Up @@ -69,10 +70,7 @@ jobs:
images: |
ghcr.io/predibase/lorax
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=sha,prefix=,suffix=,format=short
type=raw,value=main,enable=${{ github.ref == 'refs/heads/main' }}
type=raw,value=chunked-prefill,enable=${{ github.ref == 'refs/heads/chunked-prefill' }}
- name: Create a hash from tags
env:
Expand Down

0 comments on commit 9a45299

Please sign in to comment.