Skip to content

Commit

Permalink
ci(ecr-public): trigger pushing to ecr-public on pushes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Apr 20, 2023
1 parent 8eabc5b commit 21d5515
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 70 deletions.
69 changes: 0 additions & 69 deletions .github/workflows/copy-releases-to-ecr-public.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/push-ecr-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- 'v*'
branches:
- main

permissions:
id-token: write
Expand Down Expand Up @@ -38,7 +40,7 @@ jobs:
REPOSITORY: unleash-proxy
with:
images: |
$REGISTRY/$REGISTRY_ALIAS/$REPOSITORY
${{ steps.login-ecr-public.outputs.registry }}/unleashorg/unleash-proxy
tags: |
type=ref,event=tag
type=semver,pattern={{version}}
Expand Down

0 comments on commit 21d5515

Please sign in to comment.