We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b92ec1 commit b9bde0fCopy full SHA for b9bde0f
1 file changed
.github/workflows/docker-alpine.yml
@@ -10,6 +10,7 @@ on:
10
- "v*"
11
12
env:
13
+ DOCKERHUB_NAMESPACE: gmwallet
14
IMAGE_NAME: epusdt
15
16
jobs:
@@ -29,7 +30,7 @@ jobs:
29
30
id: meta
31
uses: docker/metadata-action@v5
32
with:
- images: ${{ secrets.DOCKERHUB_USERNAME }}/${{ env.IMAGE_NAME }}
33
+ images: ${{ env.DOCKERHUB_NAMESPACE }}/${{ env.IMAGE_NAME }}
34
tags: |
35
type=raw,value=alpine
36
type=raw,value=latest,enable={{is_default_branch}}
0 commit comments