File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 37
37
# list of Docker images to use as base name for tags
38
38
images : |
39
39
redpandadata/kminion
40
+ public.ecr.aws/l9j0i2e0/kminion
40
41
# generate Docker tags based on the following events/attributes
41
42
# Semver type is only active on 'push tag' events,
42
43
# hence no enable condition required
47
48
with :
48
49
username : ${{ env.DOCKERHUB_USER }}
49
50
password : ${{ env.DOCKERHUB_TOKEN }}
51
+ - uses : aws-actions/configure-aws-credentials@v4
52
+ with :
53
+ aws-region : us-east-1
54
+ role-to-assume : arn:aws:iam::${{ secrets.RP_AWS_CRED_ACCOUNT_ID }}:role/${{ vars.RP_AWS_CRED_BASE_ROLE_NAME }}${{ github.event.repository.name }}
55
+ - name : login to amazon ECR Public
56
+ uses : aws-actions/amazon-ecr-login@v2
57
+ with :
58
+ registry-type : public
50
59
- uses : docker/build-push-action@v6
51
60
with :
52
61
provenance : false
You can’t perform that action at this time.
0 commit comments