Skip to content

Commit

Permalink
push 01
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Chernovsky committed Dec 5, 2023
1 parent 21b0c78 commit f44dc10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ 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'] }}
force: true
chart-folder: octarine-operator/charts/cbcontainers-operator/cbcontainers-operator-chart
chart-folder: charts/cbcontainers-operator/cbcontainers-operator-chart
build:
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
Expand Down

0 comments on commit f44dc10

Please sign in to comment.