Skip to content

Commit

Permalink
Add Docker image workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mback2k committed Mar 6, 2024
1 parent bbd3864 commit d661cdc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Docker

on:
push:
branches: [ main ]

jobs:
build-and-push:
runs-on: ubuntu-latest

name: Container Image
steps:
- uses: actions/checkout@v4
- uses: mback2k/action-docker-package@master
with:
registry_username: ${{ github.repository_owner }}
registry_password: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d661cdc

Please sign in to comment.