We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d646d0 + 3a6b498 commit 9123707Copy full SHA for 9123707
.github/workflows/docker-image.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: aws-actions/aws-secretsmanager-get-secrets@v2
20
with:
21
secret-ids: |
22
- ,sdlc/prod/github/dockerhub_token
+ ,sdlc/prod/github/dockerhub
23
parse-json-secrets: true
24
- uses: actions/checkout@v4
25
- uses: docker/setup-qemu-action@v3
@@ -36,7 +36,6 @@ jobs:
36
37
# list of Docker images to use as base name for tags
38
images: |
39
- vectorized/kminion
40
redpandadata/kminion
41
# generate Docker tags based on the following events/attributes
42
# Semver type is only active on 'push tag' events,
@@ -46,7 +45,7 @@ jobs:
46
45
type=semver,pattern={{raw}}
47
- uses: docker/login-action@v3
48
49
- username: vectorizedbot
+ username: ${{ env.DOCKERHUB_USER }}
50
password: ${{ env.DOCKERHUB_TOKEN }}
51
- uses: docker/build-push-action@v6
52
0 commit comments