Merge pull request #1 from andersonandrei/main #67
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Ubuntu Focal LTS | |
on: [push, pull_request, release, workflow_dispatch] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Build the Docker image | |
run: cd docker/ubuntu_20042_lts && docker build . --tag ubuntu_20042_lts:$(date +%s) |