Commit 1a2971ae authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

Update docker-build.yaml

parent da9a5428
......@@ -46,14 +46,14 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
# This configuration dynamically generates tags based on the branch, tag, commit, and custom suffix for lite version.
tags: |
type=ref,event=branch
type=ref,event=tag
type=sha,prefix=git-
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
latest=true
flavor: |
latest=${{ github.ref == 'refs/heads/main' }}
- name: Build and push Docker image (latest)
uses: docker/build-push-action@v5
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment