saysthbot-reborn/.github/workflows/docker-publish.yml

19 lines
305 B
YAML
Raw Normal View History

2022-06-29 02:13:09 +00:00
name: Docker Image CI
on:
push:
2022-06-29 02:13:09 +00:00
branches: [ "master" ]
pull_request:
2022-06-29 02:13:09 +00:00
branches: [ "master" ]
jobs:
2022-06-29 02:13:09 +00:00
build:
2022-06-29 02:13:09 +00:00
runs-on: ubuntu-latest
steps:
2022-06-29 02:13:09 +00:00
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)