Skip to content

Commit

Permalink
chore: docker build only on published releases
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux authored Nov 12, 2021
1 parent 27a7c2d commit fecf1d5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Push Docker image

on:
push:
branches:
- main
tags:
- 'v*'
release:
types:
- published

jobs:
check_secrets:
Expand Down

0 comments on commit fecf1d5

Please sign in to comment.