Skip to content

Commit

Permalink
fix: docker image overrides ui in dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffroy Empain committed Dec 2, 2020
1 parent b47655a commit 2596103
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 ]
env:
GITHUB_REPOSITORY_SSH_URL: "git@github.com:${{ github.repository }}.git"
TMP_DOCKER_IMAGE: "gomeli/ui/${{ github.ref }}"
DOCKER_IMAGE: "gomeli/ui"
TMP_DOCKER_IMAGE: "gomeli/backend/${{ github.ref }}"
DOCKER_IMAGE: "gomeli/backend"
IS_RELEASE_BRANCH: "${{ github.ref == 'refs/heads/latest' || github.ref == 'refs/heads/next' || github.ref == 'refs/heads/beta' }}"
jobs:
build:
Expand Down

0 comments on commit 2596103

Please sign in to comment.