Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
whi-tw committed Feb 7, 2025
1 parent 3e6e813 commit 03b1849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mirror-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ jobs:
docker push "${{ steps.tag-image.outputs.version_tagged_image }}"
- name: Push latest
if: ( github.event_name == 'push' && github.ref == 'refs/heads/main' ) || github.event_name == 'schedule'
# if: ( github.event_name == 'push' && github.ref == 'refs/heads/main' ) || github.event_name == 'schedule'
run: |
docker push "${{ steps.tag-image.outputs.ghcr_name }}:latest"

0 comments on commit 03b1849

Please sign in to comment.