Skip to content

Commit

Permalink
Merge pull request #54 from geoadmin/feature/assets-14-git-actions
Browse files Browse the repository at this point in the history
update pre-release action
  • Loading branch information
ga-ebp authored Mar 13, 2024
2 parents 918174a + c22d1b0 commit 95d8998
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
env:
REGISTRY: ghcr.io
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BASE_IMAGE_NAME: ${{ env.REGISTRY }}/swissgeol-assets

jobs:
create-pre-release:
Expand All @@ -22,7 +23,6 @@ jobs:
- name: Set environment variables
run: |
echo VERSION=$(cat VERSION).$GITHUB_RUN_NUMBER >> $GITHUB_ENV
echo BASE_IMAGE_NAME=$REGISTRY/$(echo ${GITHUB_REPOSITORY,,}) >> $GITHUB_ENV
echo COMMITED_AT=$(git show -s --format=%cI `git rev-parse HEAD`) >> $GITHUB_ENV
echo REVISION=$(git rev-parse --short HEAD) >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion apps/client-asset-sg/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine as ui-builder
FROM node:20-alpine as ui-builder

WORKDIR /app
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion apps/server-asset-sg/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine3.16
FROM node:20-alpine

WORKDIR /app
COPY . .
Expand Down

0 comments on commit 95d8998

Please sign in to comment.