Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
text-generation-inference
Commits
274513e6
Unverified
Commit
274513e6
authored
Apr 20, 2023
by
OlivierDehaene
Committed by
GitHub
Apr 20, 2023
Browse files
fix(ci): fix sha in docker image (#212)
parent
709d8936
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/build.yaml
.github/workflows/build.yaml
+1
-1
No files found.
.github/workflows/build.yaml
View file @
274513e6
...
...
@@ -96,7 +96,7 @@ jobs:
push
:
${{ github.event_name != 'pull_request' }}
platforms
:
'
linux/amd64'
build-args
:
|
GIT_SHA={{ env.GITHUB_SHA }}
GIT_SHA=
$
{{ env.GITHUB_SHA }}
tags
:
${{ steps.meta.outputs.tags }}
labels
:
${{ steps.meta.outputs.labels }}
cache-from
:
type=registry,ref=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:cache,mode=max
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment