Skip to content

Commit

Permalink
AWS/ECR public support
Browse files Browse the repository at this point in the history
change-type: patch
  • Loading branch information
ab77 committed Nov 2, 2023
1 parent dbbfa68 commit e41c7c6
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/flowzone.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions flowzone.yml
Expand Up @@ -162,6 +162,13 @@
# so this will fail for external PRs as the automatic actions token will be read-only
password: ${{ secrets.GITHUB_TOKEN }}

- &loginWithECRPublic
name: Login to AWS/ECR (public)
continue-on-error: true
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with:
registry: public.ecr.aws

- &customWorkingDirectory
defaults:
run:
Expand Down Expand Up @@ -2409,6 +2416,9 @@ jobs:
- *loginWithGitHubContainerRegistry
- *loginWithDockerHub
- *configureAWSCredentials
- *getAWSCallerIdentity
- *loginWithECRPublic

# https://github.com/akhilerm/tag-push-action
- name: Publish manifest to remote(s)
Expand Down Expand Up @@ -2479,6 +2489,9 @@ jobs:
- *setupCrane
- *loginWithGitHubContainerRegistry
- *loginWithDockerHub
- *configureAWSCredentials
- *getAWSCallerIdentity
- *loginWithECRPublic

# https://github.com/akhilerm/tag-push-action
- name: Publish final tags
Expand Down

0 comments on commit e41c7c6

Please sign in to comment.