Skip to content

Commit

Permalink
fixed the username reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sionsmith committed Oct 23, 2024
1 parent ae0866e commit 760cb70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
STRIMZI_KAFKA_VERSION=${{ matrix.strimzi_kafka_version }}
AWS_MSK_IAM_AUTH_VERSION=${{ matrix.aws_msk_iam_auth_version }}
tags: |
${{ secrets.DOCKER_HUB_USERNAME }}/strimzi-kafka-operator-aws-msk-iam-auth:latest
${{ secrets.DOCKER_HUB_USERNAME }}/strimzi-kafka-operator-aws-msk-iam-auth:${{ matrix.strimzi_kafka_version }}-aws-${{ matrix.aws_msk_iam_auth_version }}
${{ secrets.DOCKER_USERNAME }}/strimzi-kafka-operator-aws-msk-iam-auth:latest
${{ secrets.DOCKER_USERNAME }}/strimzi-kafka-operator-aws-msk-iam-auth:${{ matrix.strimzi_kafka_version }}-aws-${{ matrix.aws_msk_iam_auth_version }}

0 comments on commit 760cb70

Please sign in to comment.