Skip to content

Commit

Permalink
Rename doodba image to doodba
Browse files Browse the repository at this point in the history
It seems you cannot have a "stable" image if any other repo in your ORG has a "stable" image. Cool... 🤦‍
  • Loading branch information
Jairo Llopis committed May 25, 2020
1 parent fcdba57 commit 4401ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: push to github registry
if: github.repository == 'Tecnativa/doodba' && github.ref == 'refs/heads/master'
env:
DOCKER_REPO_SUFFIX: /stable
DOCKER_REPO_SUFFIX: /doodba
REGISTRY_HOST: docker.pkg.github.com
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
REGISTRY_USERNAME: ${{ github.actor }}
Expand Down

0 comments on commit 4401ddd

Please sign in to comment.