Skip to content

Commit

Permalink
create docker images on releases only
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambika Sukla committed Jan 23, 2024
1 parent f1872b4 commit c3c26da
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,8 @@ name: Docker
# documentation.

on:
schedule:
- cron: '41 16 * * *'
push:
branches: [ "main" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main" ]
release:
types: [published]

env:
# Use docker.io for Docker Hub if empty
Expand Down

0 comments on commit c3c26da

Please sign in to comment.