Skip to content

Commit

Permalink
update workflow of arm docker images with dispatch and name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jackeyzzz12138 committed Mar 7, 2024
1 parent 029ddda commit fa930d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-with-latex-arm.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# https://docs.github.com/en/actions/publishing-packages/publishing-docker-images#publishing-images-to-github-packages
name: build-with-latex
name: build-with-latex-arm

on:
schedule:
- cron: '0 7 * * 0' # every Sunday at 7:00 UTC

workflow_dispatch:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}_with_latex_arm
Expand Down

0 comments on commit fa930d6

Please sign in to comment.