Skip to content

Commit 82a5122

Browse files
committed
Revert "Tag latest main commit as "main" in DockerHub"
This reverts commit 09a747b. Well, I can't get it to work. Never mind. Should probably just write a shell script instead of all these obscure GitHub actions with bizarre unreadable overcomplex TypeScript stuff.
1 parent 09a747b commit 82a5122

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@ jobs:
3030
id: 'meta'
3131
with:
3232
images: 'arp242/goatcounter'
33-
tags: |
34-
type=semver,pattern={{version}}
35-
type=semver,pattern={{major}}.{{minor}}
36-
type=sha
37-
type=ref,event=push,branch=main
33+
tags: "type=semver,pattern={{version}}\ntype=semver,pattern={{major}}.{{minor}}\ntype=sha"
3834
- uses: 'docker/build-push-action@v6'
3935
with:
4036
context: '.'

0 commit comments

Comments
 (0)