Skip to content

Commit

Permalink
chore: auto build and push image when tag is published
Browse files Browse the repository at this point in the history
  • Loading branch information
asaf committed Jul 25, 2024
1 parent 59a6b12 commit 5662236
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/push_ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@ name: Push ghcr
# separate terms of service, privacy policy, and support
# documentation.

# on:
# schedule:
# - cron: '17 18 * * *'
# push:
# branches: [ "main" ]
# # Publish semver tags as releases.
# tags: [ 'v*.*.*' ]
# pull_request:
# branches: [ "main" ]
on:
# schedule:
# - cron: "17 18 * * *"
push:
# branches: ["main"]
# Publish semver tags as releases.
tags: ["v*.*.*"]
# pull_request:
# branches: ["main"]
workflow_dispatch:
inputs:
branch:
Expand Down

0 comments on commit 5662236

Please sign in to comment.