Skip to content

make sure TZ gets passed (support setting local timezone) #39

make sure TZ gets passed (support setting local timezone)

make sure TZ gets passed (support setting local timezone) #39

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v1
- name: Build
run: |
curl --fail --location --silent --output bob https://function61.com/go/turbobob-latest-stable-linux-amd64 && chmod +x bob
./bob build in-ci-autodetect-settings
env:
DOCKER_CREDS: ${{ secrets.DOCKER_CREDS }}