Skip to content

Commit

Permalink
Merge pull request #278 from redpanda-data/change-dockerhub-secret
Browse files Browse the repository at this point in the history
Change dockerhub secret
  • Loading branch information
ivotron authored Nov 9, 2024
2 parents 5d646d0 + 3a6b498 commit 9123707
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: aws-actions/aws-secretsmanager-get-secrets@v2
with:
secret-ids: |
,sdlc/prod/github/dockerhub_token
,sdlc/prod/github/dockerhub
parse-json-secrets: true
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
Expand All @@ -36,7 +36,6 @@ jobs:
with:
# list of Docker images to use as base name for tags
images: |
vectorized/kminion
redpandadata/kminion
# generate Docker tags based on the following events/attributes
# Semver type is only active on 'push tag' events,
Expand All @@ -46,7 +45,7 @@ jobs:
type=semver,pattern={{raw}}
- uses: docker/login-action@v3
with:
username: vectorizedbot
username: ${{ env.DOCKERHUB_USER }}
password: ${{ env.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 9123707

Please sign in to comment.