Skip to content

Commit

Permalink
set tag 02
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Chernovsky committed Dec 10, 2023
1 parent 57b5400 commit c0cabbc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,20 @@ jobs:
make install
cd -
- run: make generate
if: ${{ contains(github.event.head_commit.message, 'smoke_test') }}
- run: make manifests
if: ${{ contains(github.event.head_commit.message, 'smoke_test') }}
- run: make test
if: ${{ contains(github.event.head_commit.message, 'smoke_test') }}
- name: Build and push
if: ${{ contains(github.event.head_commit.message, 'smoke_test') }}
run: make docker-build docker-push IMG=cbartifactory/${{ steps.meta.outputs.tags }} VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
- name: Docker meta
id: meta1
uses: docker/metadata-action@v5
with:
tags: |
type=semver,pattern={{version}},value=5.8.13
- name: Create and push chart
run: |
VERSION=${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit c0cabbc

Please sign in to comment.