Skip to content

build :: fix

build :: fix #8

Workflow file for this run

name: ci-cd.yml
on: push
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}