Skip to content

Commit

Permalink
Fix powa_archivist.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuju committed Jun 22, 2024
1 parent 99425c2 commit 3b66f4c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/powa_archivist.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Trigger build and push of powa-archivist image

on:
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
tags:
- '[0-9]+.[0-9]+.[0-9]+'
tags-ignore:
- 'debian/*'
push:
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
tags:
- '[0-9]+.[0-9]+.[0-9]+'
tags-ignore:
- 'debian/*'

env:
TARGET_REPO: "powa-podman"
Expand Down

0 comments on commit 3b66f4c

Please sign in to comment.