Skip to content

fix: coverage action. #32

fix: coverage action.

fix: coverage action. #32

Workflow file for this run

name: main
on:
push:
branches: [main]
jobs:
build-and-release:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Login to Docker
uses: docker/login-action@v1
with:
registry: docker.io
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: arshamalh/dockeroller:latest