Skip to content

Commit

Permalink
build docker images on pull requests and semver releases as well
Browse files Browse the repository at this point in the history
  • Loading branch information
lastarc authored Jun 27, 2024
1 parent d58371e commit 5dc27a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Docker

on:
push:
branches:
- 'main'
branches: [ "main" ]
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main" ]

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 5dc27a9

Please sign in to comment.