Skip to content

Commit 2a43a4d

Browse files
committed
Rebrand docker tag generic to stable
1 parent 0a70cc7 commit 2a43a4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish-generic.yml renamed to .github/workflows/docker-publish-stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ASF-docker-publish-generic
1+
name: ASF-docker-publish-stable
22

33
on:
44
release:
@@ -7,7 +7,7 @@ on:
77

88
env:
99
PLATFORMS: linux/amd64,linux/arm,linux/arm64
10-
TAG: generic
10+
TAG: stable
1111

1212
permissions:
1313
packages: write

0 commit comments

Comments
 (0)