Skip to content

Commit

Permalink
chore(pipelines): fix docker registries path (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
portellaa authored Jun 23, 2022
1 parent daaef10 commit 90c9294
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prereleased.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:


env:
GHCR_REGISTRY: ghcr.io/${{ github.repository_owner }}/
GHCR_REGISTRY: ghcr.io/${{ github.repository_owner }}
GHCR_USERNAME: ${{ github.repository_owner }}
GHCR_PASSWORD: ${{ secrets.GITHUB_TOKEN }}

DOCKERHUB_REGISTRY: ydata/
DOCKERHUB_REGISTRY: ydata

DOCKER_REPOSITORY: aws-asg-tags-lambda

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/released.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:


env:
GHCR_REGISTRY: ghcr.io/${{ github.repository_owner }}/
GHCR_REGISTRY: ghcr.io/${{ github.repository_owner }}
GHCR_USERNAME: ${{ github.repository_owner }}
GHCR_PASSWORD: ${{ secrets.GITHUB_TOKEN }}

DOCKERHUB_REGISTRY: ydata/
DOCKERHUB_REGISTRY: ydata

DOCKER_REPOSITORY: aws-asg-tags-lambda

Expand Down

0 comments on commit 90c9294

Please sign in to comment.