chore(ci): push to localagi (#137)
Signed-off-by: mudler <mudler@localai.io>
This commit is contained in:
committed by
GitHub
parent
4107a7a063
commit
09559f9ed9
4
.github/workflows/image.yml
vendored
4
.github/workflows/image.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Prepare
|
- name: Prepare
|
||||||
id: prep
|
id: prep
|
||||||
run: |
|
run: |
|
||||||
DOCKER_IMAGE=quay.io/mudler/LocalAgent
|
DOCKER_IMAGE=quay.io/mudler/localagi
|
||||||
# Use branch name as default
|
# Use branch name as default
|
||||||
VERSION=${GITHUB_REF#refs/heads/}
|
VERSION=${GITHUB_REF#refs/heads/}
|
||||||
BINARY_VERSION=$(git describe --always --tags --dirty)
|
BINARY_VERSION=$(git describe --always --tags --dirty)
|
||||||
@@ -59,7 +59,7 @@ jobs:
|
|||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@2a4836ac76fe8f5d0ee3a0d89aa12a80cc552ad3
|
uses: docker/metadata-action@2a4836ac76fe8f5d0ee3a0d89aa12a80cc552ad3
|
||||||
with:
|
with:
|
||||||
images: quay.io/mudler/LocalAgent
|
images: quay.io/mudler/localagi
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=branch,suffix=-{{date 'YYYYMMDDHHmmss'}}
|
type=ref,event=branch,suffix=-{{date 'YYYYMMDDHHmmss'}}
|
||||||
type=semver,pattern={{raw}}
|
type=semver,pattern={{raw}}
|
||||||
|
|||||||
Reference in New Issue
Block a user