Skip to content

Commit

Permalink
set tag 04
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Chernovsky committed Dec 10, 2023
1 parent 67657f6 commit 1579874
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,15 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Docker meta
- name: Docker meta1
id: meta
if: ${{ contains(github.event.head_commit.message, 'smoke_test') }}
uses: docker/metadata-action@v5
with:
images: |
octarine-operator
flavor: |
latest=false
tags: |
type=semver,pattern={{version}},value=5.8.13
- uses: actions/checkout@v4
- name: Set up Go
if: ${{ contains(github.event.head_commit.message, 'smoke_test') }}
Expand Down Expand Up @@ -64,7 +63,7 @@ jobs:
uses: docker/metadata-action@v5
with:
tags: |
type=semver,pattern={{version}},value=5.8.13
type=semver,pattern={{version}}
- name: Create and push chart
run: |
VERSION=${{ steps.meta1.outputs.tags }}
Expand Down

0 comments on commit 1579874

Please sign in to comment.