Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiadams authored Oct 19, 2023
1 parent 8be68fc commit 12ce161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
push: true
context: ./frontend
file: ./frontend/Dockerfile
tags: ghcr.io/scai-bio/ad-mapper:latest, ghcr.io/scai-bio/ad-mapper:${{ steps.versions.outputs.FRONTEND_VERSION }}
tags: ghcr.io/scai-bio/ad-mapper/frontend:latest, ghcr.io/scai-bio/ad-mapper/frontend:${{ steps.versions.outputs.FRONTEND_VERSION }}
- name: Build & push backend
uses: docker/build-push-action@v2
with:
push: true
context: ./backend
file: ./backend/Dockerfile
tags: ghcr.io/${{ github.repository }}/backend:latest, ghcr.io/${{ github.repository }}/backend:${{ steps.versions.outputs.BACKEND_VERSION }}
tags: ghcr.io/scai-bio/ad-mapper/backend:latest, ghcr.io/scai-bio/ad-mapper/backend:${{ steps.versions.outputs.BACKEND_VERSION }}

0 comments on commit 12ce161

Please sign in to comment.