Skip to content

test: Update smoke test coverage and improve nightly test workflow (#… #58

test: Update smoke test coverage and improve nightly test workflow (#…

test: Update smoke test coverage and improve nightly test workflow (#… #58

Workflow file for this run

name: Docker Image Build CI
on:
push:
branches: [ "dev", "main" ]
pull_request:
branches: [ "dev", "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag linode/cli:$(date +%s) --build-arg="github_token=$GITHUB_TOKEN"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}