Skip to content

Commit

Permalink
push 02
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Chernovsky committed Dec 5, 2023
1 parent f44dc10 commit 0fa94f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
registry-url: oci://registry-1.docker.io/cbartifactory
username: ${{ secrets.DOCKERHUB_USER }}
access-token: ${{ secrets.DOCKERHUB_PASSWORD }}
version: ${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
appVersion: ${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
version: 3.1.1
appVersion: 3.1.1
force: true
chart-folder: charts/cbcontainers-operator/cbcontainers-operator-chart
build:
Expand Down

0 comments on commit 0fa94f7

Please sign in to comment.