Skip to content

Merge pull request #13 from palladiumkenya/feature/data #12

Merge pull request #13 from palladiumkenya/feature/data

Merge pull request #13 from palladiumkenya/feature/data #12

Workflow file for this run

name: Deploy
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: kenyahmis/dwhlive:latest