Skip to content

Commit

Permalink
ci: wrong docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gempain committed Apr 4, 2021
1 parent 517f1b1 commit 376836c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: main
on: [ push, pull_request ]
env:
GITHUB_REPOSITORY_SSH_URL: "git@github.com:${{ github.repository }}.git"
TMP_DOCKER_IMAGE: "getmeli/api/${{ github.ref }}"
DOCKER_IMAGE: "getmeli/api"
TMP_DOCKER_IMAGE: "getmeli/meli/${{ github.ref }}"
DOCKER_IMAGE: "getmeli/meli"
IS_RELEASE_BRANCH: "${{ github.ref == 'refs/heads/latest' || github.ref == 'refs/heads/next' || github.ref == 'refs/heads/beta' }}"
GIT_AUTHOR_NAME: "meli-release-bot"
GIT_COMMITTER_NAME: "meli-release-bot"
Expand Down

0 comments on commit 376836c

Please sign in to comment.