Skip to content

chore: add docker-image.yml #1

chore: add docker-image.yml

chore: add docker-image.yml #1

Workflow file for this run

name: Docker Image CI
on:
push:
tags: ["v*.*"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag massolari/reddit-to-telegram:${{ github.ref_name }}