Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
odulcy-mindee committed Sep 27, 2023
1 parent 04b6fe5 commit 721a75d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/public_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ name: Docker image on ghcr.io
on:
push:
branches: main
tags:
- 'v*'
pull_request:
branches: main
schedule:
- cron: '0 2 * * 1' # At 02:00 on Monday
tags:
- 'v*'

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 721a75d

Please sign in to comment.