Skip to content

Commit

Permalink
Merge branch 'main' of github.com:aless3/coraza-simple
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandro benassi trenta committed Mar 3, 2024
2 parents 9844eea + d8d27dd commit 8dd418c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ghcr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Publish to GHCR.io

on: [push]

jobs:
build_tag_push_to_ghcr:
runs-on: ubuntu-latest
steps:
- name: Build, Tag and Push Docker Image to GHCR
uses: GlueOps/github-actions-build-push-containers@main

0 comments on commit 8dd418c

Please sign in to comment.