Skip to content

Commit

Permalink
Rename images
Browse files Browse the repository at this point in the history
  • Loading branch information
aeifn committed Nov 15, 2023
1 parent 172cb31 commit b4bf493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: docker_meta_backend
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/pastvu/backend/ru
images: ${{ env.REGISTRY }}/pastvu/backend-ru

- name: Build and push backend
id: docker_build_backend
Expand All @@ -53,7 +53,7 @@ jobs:
id: docker_meta_frontend
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/pastvu/frontend/ru
images: ${{ env.REGISTRY }}/pastvu/frontend-ru

- name: Build and push frontend
id: docker_build_frontend
Expand Down

0 comments on commit b4bf493

Please sign in to comment.