Skip to content

Commit

Permalink
fix: update workflow to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
josmo committed Jan 12, 2024
1 parent 158eab6 commit ff0fb73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Publish Docker image

on:
push:
branches: [ main, master ]
tags: [ 'v*' ]
branches: main
# tags: [ 'v*' ]
paths-ignore:
- 'README.md'
- 'gitops/**'
Expand Down Expand Up @@ -70,4 +70,4 @@ jobs:
build-args: |
BUILD_VERSION=${{ github.ref_name }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit ff0fb73

Please sign in to comment.