Skip to content

typo and workflow add date to build image #4

typo and workflow add date to build image

typo and workflow add date to build image #4

Workflow file for this run

name: docker-image
on: [push, pull_request]
jobs:
test:
name: Run tests
strategy:
matrix:
os:
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Build Docker image
run: docker build . --file Dockerfile --tag gtfy-listener:$(date +%s)