Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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