Update stuff
This commit is contained in:
@@ -51,7 +51,7 @@ jobs:
|
||||
env_file="$(mktemp)"
|
||||
trap 'rm -f "$env_file"' EXIT
|
||||
printf '%s\n' "$DOTENV_PROD" > "$env_file"
|
||||
CI_ENV_FILE="$env_file" ./scripts/build-next-app staging
|
||||
CI_ENV_FILE="$env_file" ./scripts/build-next-app production
|
||||
- name: Tag and push image
|
||||
run: |
|
||||
docker tag spoon-next:latest git.gbrown.org/gib/spoon-next:${{ gitea.sha }}
|
||||
|
||||
Reference in New Issue
Block a user