Skip to content

Commit b9bde0f

Browse files
committed
release to group
1 parent 1b92ec1 commit b9bde0f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docker-alpine.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- "v*"
1111

1212
env:
13+
DOCKERHUB_NAMESPACE: gmwallet
1314
IMAGE_NAME: epusdt
1415

1516
jobs:
@@ -29,7 +30,7 @@ jobs:
2930
id: meta
3031
uses: docker/metadata-action@v5
3132
with:
32-
images: ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.IMAGE_NAME }}
33+
images: ${{ env.DOCKERHUB_NAMESPACE }}/${{ env.IMAGE_NAME }}
3334
tags: |
3435
type=raw,value=alpine
3536
type=raw,value=latest,enable={{is_default_branch}}

0 commit comments

Comments
 (0)