Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-old-docker-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo "**Debug**: $DEBUG"

- name: "Run Container Package Cleanup Action"
uses: netcracker/qubership-workflow-hub/actions/container-package-cleanup@8d542a426ce561c7dce745f6b9cee068d1d7e101 #v2.0.10
uses: netcracker/qubership-workflow-hub/actions/container-package-cleanup@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2
with:
threshold-days: ${{ env.THRESHOLD_DAYS }}
included-tags: ${{ env.INCLUDED_TAGS }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
echo "platforms=$(jq -c '.platforms' ${CONFIG_FILE})" >> "$GITHUB_OUTPUT"

- name: Create tags for images
uses: netcracker/qubership-workflow-hub/actions/metadata-action@8d542a426ce561c7dce745f6b9cee068d1d7e101 # v2.0.10
uses: netcracker/qubership-workflow-hub/actions/metadata-action@6a2de8d62ac5b6998e30f923613c998c263ea9f2 # v2.2.2
id: meta
with:
default-template: "{{ref-name}}"
Expand All @@ -109,7 +109,7 @@ jobs:
component: ${{ fromJson(needs.prepare.outputs.components) }}
steps:
- name: Docker
uses: netcracker/qubership-workflow-hub/actions/docker-action@8d542a426ce561c7dce745f6b9cee068d1d7e101 # v2.0.10
uses: netcracker/qubership-workflow-hub/actions/docker-action@6a2de8d62ac5b6998e30f923613c998c263ea9f2 # v2.2.2
with:
ref: ${{ github.ref }}
dry-run: ${{ github.event.inputs.dry-run || github.event_name == 'pull_request' }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/helm-charts-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: Check if tag exists
id: check_tag
uses: netcracker/qubership-workflow-hub/actions/tag-action@5a557213e92e3d22d0292330c4817c82af6704d2 #v2.1.2
uses: netcracker/qubership-workflow-hub/actions/tag-action@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2
with:
tag-name: '${{ inputs.release }}'
ref: ${{ github.ref }}
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
run: |
echo "IMAGE=${{ matrix.component.name }}" >> $GITHUB_ENV
- name: Docker build
uses: netcracker/qubership-workflow-hub/actions/docker-action@5a557213e92e3d22d0292330c4817c82af6704d2 #v2.1.2
uses: netcracker/qubership-workflow-hub/actions/docker-action@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2
with:
ref: ${{ github.ref }}
download-artifact: false
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:

- name: "Chart release"
id: update-versions
uses: netcracker/qubership-workflow-hub/actions/charts-values-update-action@5a557213e92e3d22d0292330c4817c82af6704d2 #v2.1.2
uses: netcracker/qubership-workflow-hub/actions/charts-values-update-action@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2
with:
release-version: ${{ inputs.release }}
config-file: .github/charts-values-update-config.yaml
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
echo "IMAGE_VERSION=${IMAGE_VER}" >> $GITHUB_ENV

- name: Docker build
uses: netcracker/qubership-workflow-hub/actions/docker-action@5a557213e92e3d22d0292330c4817c82af6704d2 #v2.1.2
uses: netcracker/qubership-workflow-hub/actions/docker-action@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2
with:
ref: release-${{ inputs.release }}
download-artifact: false
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
with:
artifact-ids: ${{ needs.chart-release.outputs.charts-artifact }}
- name: "Upload Assets"
uses: netcracker/qubership-workflow-hub/actions/assets-action@5a557213e92e3d22d0292330c4817c82af6704d2 #v2.1.2
uses: netcracker/qubership-workflow-hub/actions/assets-action@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2
with:
tag: ${{ inputs.release }}
item-path: "./*.tgz"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/integration-opensearch-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
fi

- name: Create tags for images
uses: netcracker/qubership-workflow-hub/actions/metadata-action@8d542a426ce561c7dce745f6b9cee068d1d7e101 # v2.0.10
uses: netcracker/qubership-workflow-hub/actions/metadata-action@6a2de8d62ac5b6998e30f923613c998c263ea9f2 # v2.2.2
id: meta
with:
default-template: "{{ref-name}}"
Expand All @@ -87,7 +87,7 @@ jobs:

- name: Set opensearch Major Version
id: set-opensearch-major-version
uses: netcracker/qubership-workflow-hub/actions/metadata-action@8d542a426ce561c7dce745f6b9cee068d1d7e101 # v2.0.10
uses: netcracker/qubership-workflow-hub/actions/metadata-action@6a2de8d62ac5b6998e30f923613c998c263ea9f2 # v2.2.2
with:
ref: ${{ env.OPENSEARCH_VERSION }}
default-template: "{{ref-name}}"
Expand All @@ -113,7 +113,7 @@ jobs:
IMAGE_TAG="${OPENSEARCH_CUSTOM_IMAGE,,}"
echo "IMAGE_TAG=${IMAGE_TAG#*:}" >> "$GITHUB_ENV"
- name: Docker
uses: netcracker/qubership-workflow-hub/actions/docker-action@8d542a426ce561c7dce745f6b9cee068d1d7e101 # v2.0.10
uses: netcracker/qubership-workflow-hub/actions/docker-action@6a2de8d62ac5b6998e30f923613c998c263ea9f2 # v2.2.2
with:
ref: ${{ env.INTEGRATION_BUILD_BRANCH }}
dry-run: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
conclusion: ${{ steps.wait.outputs.conclusion }}
steps:
- name: Wait for dev_build.yml to complete
uses: netcracker/qubership-workflow-hub/actions/wait-for-workflow@8d542a426ce561c7dce745f6b9cee068d1d7e101 #v2.0.10
uses: netcracker/qubership-workflow-hub/actions/wait-for-workflow@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2
id: wait
with:
workflow: dev_build.yml
Expand Down
Loading