Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
INT-10174: Change action to work for any tag
Browse files Browse the repository at this point in the history
  • Loading branch information
maxheckel committed Jan 3, 2024
1 parent 5256e0a commit ceceb50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build and Package
name: Build and Package Collector Image

on:
push:
tags: '*'
tags: ['*']

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit ceceb50

Please sign in to comment.