diff --git a/.github/workflows/build-and-push-ghcr.yaml b/.github/workflows/build-and-push-ghcr.yaml index c1029b3..953a132 100644 --- a/.github/workflows/build-and-push-ghcr.yaml +++ b/.github/workflows/build-and-push-ghcr.yaml @@ -60,6 +60,14 @@ jobs: - name: Checkout the repository uses: actions/checkout@v4 + - name: Set image tag in values.yaml + uses: fjogeleit/yaml-update-action@v0.15.0 + with: + valueFile: 'helm/values.yaml' + propertyPath: 'image.tag' + value: ${{ github.ref_name }} + commitChange: false + - name: Authenticate with OpenShift uses: redhat-actions/oc-login@v1 with: