We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5eda33 commit c766399Copy full SHA for c766399
.github/workflows/docker-image.yml
@@ -37,6 +37,7 @@ jobs:
37
# list of Docker images to use as base name for tags
38
images: |
39
redpandadata/kminion
40
+ public.ecr.aws/l9j0i2e0/kminion
41
# generate Docker tags based on the following events/attributes
42
# Semver type is only active on 'push tag' events,
43
# hence no enable condition required
@@ -47,6 +48,10 @@ jobs:
47
48
with:
49
username: ${{ env.DOCKERHUB_USER }}
50
password: ${{ env.DOCKERHUB_TOKEN }}
51
+ - name: login to amazon ECR Public
52
+ uses: aws-actions/amazon-ecr-login@v2
53
+ with:
54
+ registry-type: public
55
- uses: docker/build-push-action@v6
56
57
provenance: false
0 commit comments