Files
Speedtest-Tracker/.github/workflows/docker-image-stable.yml
2020-08-15 17:37:26 +01:00

16 lines
257 B
YAML

name: Docker Stable
on:
push:
branches: [ docker ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)