Skip to content

Create docker-test.yml #1

Create docker-test.yml

Create docker-test.yml #1

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Login to Docker Hub
uses: docker/[email protected]
with:
username: z00one
password: ${{secrets.DOCKERHUB_PASSWORD}}