Skip to content

Commit 9123707

Browse files
authored
Merge pull request #278 from redpanda-data/change-dockerhub-secret
Change dockerhub secret
2 parents 5d646d0 + 3a6b498 commit 9123707

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docker-image.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: aws-actions/aws-secretsmanager-get-secrets@v2
2020
with:
2121
secret-ids: |
22-
,sdlc/prod/github/dockerhub_token
22+
,sdlc/prod/github/dockerhub
2323
parse-json-secrets: true
2424
- uses: actions/checkout@v4
2525
- uses: docker/setup-qemu-action@v3
@@ -36,7 +36,6 @@ jobs:
3636
with:
3737
# list of Docker images to use as base name for tags
3838
images: |
39-
vectorized/kminion
4039
redpandadata/kminion
4140
# generate Docker tags based on the following events/attributes
4241
# Semver type is only active on 'push tag' events,
@@ -46,7 +45,7 @@ jobs:
4645
type=semver,pattern={{raw}}
4746
- uses: docker/login-action@v3
4847
with:
49-
username: vectorizedbot
48+
username: ${{ env.DOCKERHUB_USER }}
5049
password: ${{ env.DOCKERHUB_TOKEN }}
5150
- uses: docker/build-push-action@v6
5251
with:

0 commit comments

Comments
 (0)