Skip to content

Commit

Permalink
build images from release branches (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak authored Oct 17, 2023
1 parent 49dbc9e commit 3e9dfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_image.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and push to quay.io
on:
push:
branches: [ main, workflow-test ]
branches: [ main, release-*, workflow-test ]

env:
WF_REGISTRY_USER: netobserv+github_ci
Expand Down

0 comments on commit 3e9dfcf

Please sign in to comment.