Skip to content

Commit

Permalink
[K8sBroadcaster] Fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mickel8 committed Dec 16, 2024
1 parent d4b060a commit 4a39efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/k8s_broadcaster_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ github.repository }}/${{ env.APP_NAME }}
tags: type=match,pattern=${{ env.APP_NAME }}-v(.*),group=1
tags: type=match,pattern=v(.*),group=1

- name: Build and push Docker image
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 4a39efa

Please sign in to comment.