Skip to content

Commit 87eb793

Browse files
committed
chore: Remove branch tagging from docker builds
Previously I added the branch tagging because it seemed like it could be useful for building from PRs, but since we've changed the way the build works it ends up pushing a `master` tag now. This tag can be confusing because it's unlikely to be up to date with actual master, so it is being removed.
1 parent 8b2f6ab commit 87eb793

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
flavor: |
4949
latest=${{ env.SET_LATEST }}
5050
tags: |
51-
type=ref,event=branch,pattern={{branch}}
5251
type=semver,pattern={{version}},value=${{ env.SOURCE_VERSION }}
5352
5453
- name: Derive arch-suffixed tags as output
@@ -104,7 +103,6 @@ jobs:
104103
flavor: |
105104
latest=${{ env.SET_LATEST }}
106105
tags: |
107-
type=ref,event=branch,pattern={{branch}}
108106
type=semver,pattern={{version}},value=${{ env.SOURCE_VERSION }}
109107
110108
- name: Login

0 commit comments

Comments
 (0)