Skip to content

Commit

Permalink
update pre-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-ebp committed Mar 13, 2024
1 parent 3ed72b3 commit 8b90c15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
REGISTRY: ghcr.io
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BASE_IMAGE_NAME: ghcr.io/swissgeol-assets
BASE_IMAGE_NAME: ghcr.io/geoadmin/swissgeol-assets

jobs:
create-pre-release:
Expand All @@ -26,7 +26,7 @@ jobs:
echo COMMITED_AT=$(git show -s --format=%cI `git rev-parse HEAD`) >> $GITHUB_ENV
echo REVISION=$(git rev-parse --short HEAD) >> $GITHUB_ENV
- name: Collect Docker image metadata
- name: Collect Docker image metadata (app)
id: meta-app
uses: docker/metadata-action@v5
with:
Expand All @@ -41,7 +41,7 @@ jobs:
type=edge
type=semver,pattern=v{{version}},value=${{ env.VERSION }}
- name: Collect Docker image metadata
- name: Collect Docker image metadata (api)
id: meta-api
uses: docker/metadata-action@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion apps/server-asset-sg/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ COPY . .

RUN npm install
RUN ./node_modules/.bin/prisma generate
RUN npm run build -- server-asset-sg
RUN nx build server-asset-sg

CMD ["node", "main.js"]

0 comments on commit 8b90c15

Please sign in to comment.