File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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
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,
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 :
You can’t perform that action at this time.
0 commit comments