Skip to content

Commit

Permalink
Update image registry
Browse files Browse the repository at this point in the history
  • Loading branch information
lgothelipe authored May 20, 2022
1 parent 7b5a211 commit 171dcdc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
uses: docker/metadata-action@v3
with:
images: |
dnxsolutions/aws-azure-ad
ghcr.io/dnxlabs/aws-azure-ad
public.ecr.aws/dnxsolutions/aws-azure-ad
dnxsolutions/docker-aws-azure-ad
ghcr.io/dnxlabs/docker-aws-azure-ad
public.ecr.aws/dnxsolutions/docker-aws-azure-ad
tags: |
type=raw,value=latest
type=ref,event=tag
Expand Down Expand Up @@ -60,4 +60,4 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 171dcdc

Please sign in to comment.