Skip to content

Commit

Permalink
Create docker-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Z00One authored Feb 13, 2024
1 parent f008a99 commit fb681aa
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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}}

0 comments on commit fb681aa

Please sign in to comment.