Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasHuber committed Jul 29, 2024
1 parent 5d98667 commit 4ab79e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/server/scripts/deploy-env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ function run() {

function buildDockerImage({ name, context, envName }: DockerImageOptions) {
const registry = process.env.DOCKER_REGISTRY || 'ghcr.io'
const repository = process.env.DOCKER_REPOSITORY || `serlo/api.serlo.org/${name}`
const repository =
process.env.DOCKER_REPOSITORY || `serlo/api.serlo.org/${name}`
const remoteName = `${registry}/${repository}`
const date = new Date()
const timestamp = `${date.toISOString().split('T')[0]}-${date.getTime()}`
Expand Down

0 comments on commit 4ab79e9

Please sign in to comment.