Skip to content

Commit

Permalink
latest tag should consistently point to omnibus versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed May 25, 2022
1 parent 0f935ce commit 989fbc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
flavor: |
latest=false
tags: |
type=ref,enable=true,event=branch,suffix=-collector
type=ref,enable=true,event=tag,suffix=-collector
Expand Down Expand Up @@ -87,6 +89,8 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
flavor: |
latest=false
tags: |
type=ref,enable=true,event=branch,suffix=-web
type=ref,enable=true,event=tag,suffix=-web
Expand Down

0 comments on commit 989fbc2

Please sign in to comment.