Skip to content

Commit

Permalink
ci: Fix release (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 authored Dec 25, 2024
1 parent 72335a6 commit c88ea78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
schedule:
- cron: '19 4 * * *'
push:
branches: [ main, '0.3.7' ]
branches: [ main, '0.3.8' ]

env:
LATEST: '0.3.7'
LATEST: '0.3.8'
REGISTRY: docker.io
IMAGE_NAME: ${{ github.repository }}

Expand Down

0 comments on commit c88ea78

Please sign in to comment.