Skip to content

Commit

Permalink
feat: add docker image build and push workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
portswigger-tim committed Jul 25, 2023
1 parent 6fc1f4f commit 918018b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/image-release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: Image Release

on:
workflow_dispatch: {}
push:
branches:
- main
release:
types:
- published
- "master"
tags:
- "v*"
pull_request:
branches:
- "master"

jobs:
release-continer-image:
Expand Down

0 comments on commit 918018b

Please sign in to comment.