Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
fix(infra): generate latest images on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
juligasa committed Oct 18, 2023
1 parent 7d79462 commit 6f276fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/generate-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
schedule:
- cron: '50 6 * * 0-6'

push:
tags:
- "*.*.*"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 6f276fc

Please sign in to comment.