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
chenpangpang
open-webui
Commits
1a2971ae
Commit
1a2971ae
authored
Apr 08, 2024
by
Timothy J. Baek
Browse files
Update docker-build.yaml
parent
da9a5428
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/docker-build.yaml
.github/workflows/docker-build.yaml
+2
-2
No files found.
.github/workflows/docker-build.yaml
View file @
1a2971ae
...
@@ -46,14 +46,14 @@ jobs:
...
@@ -46,14 +46,14 @@ jobs:
uses
:
docker/metadata-action@v5
uses
:
docker/metadata-action@v5
with
:
with
:
images
:
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
images
:
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
# This configuration dynamically generates tags based on the branch, tag, commit, and custom suffix for lite version.
tags
:
|
tags
:
|
type=ref,event=branch
type=ref,event=branch
type=ref,event=tag
type=ref,event=tag
type=sha,prefix=git-
type=sha,prefix=git-
type=semver,pattern={{version}}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}.{{minor}}
latest=true
flavor
:
|
latest=${{ github.ref == 'refs/heads/main' }}
-
name
:
Build and push Docker image (latest)
-
name
:
Build and push Docker image (latest)
uses
:
docker/build-push-action@v5
uses
:
docker/build-push-action@v5
...
...
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