Skip to content

Commit

Permalink
Update build-push.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
m-yosefpor authored Sep 19, 2023
1 parent 54e35a0 commit ed23d21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Build and Push the Catalog

on:
push:
branches: [ main ]
tags:
- 'v*'


jobs:
Expand Down Expand Up @@ -31,5 +32,5 @@ jobs:
context: .
platforms: linux/amd64
push: true
tags: latest
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit ed23d21

Please sign in to comment.