Skip to content

Commit

Permalink
Docker: build
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaddair committed Oct 22, 2024
1 parent 9f0e9f7 commit cfd249f
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'
- 'lora-prompt-cache'
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=lora-prompt-cache,enable=${{ github.ref == 'refs/heads/lora-prompt-cache' }}
- name: Create a hash from tags
env:
Expand Down

0 comments on commit cfd249f

Please sign in to comment.