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 workflow-templates/dev-docker-build-multiple-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
persist-credentials: false

- name: "Create name"
uses: netcracker/qubership-workflow-hub/actions/metadata-action@cabbb90e9471163cfac84bd50ff0296b2803b44c # v2.3.0
uses: netcracker/qubership-workflow-hub/actions/metadata-action@b6bee6f61fdc8b367777c1173fc852a58878a6a7 # v2.5.0
id: metadata
with:
default-template: "{{ref-name}}"
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/dev-docker-build-selective.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
file-path: "updated_config.json"

- name: Create tags for images
uses: netcracker/qubership-workflow-hub/actions/metadata-action@cabbb90e9471163cfac84bd50ff0296b2803b44c #v2.3.0
uses: netcracker/qubership-workflow-hub/actions/metadata-action@b6bee6f61fdc8b367777c1173fc852a58878a6a7 #v2.5.0
id: meta
with:
default-template: "{{ref-name}}"
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/dev-docker-build-single-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
persist-credentials: false

- name: "Create name"
uses: netcracker/qubership-workflow-hub/actions/metadata-action@cabbb90e9471163cfac84bd50ff0296b2803b44c # v2.3.0
uses: netcracker/qubership-workflow-hub/actions/metadata-action@b6bee6f61fdc8b367777c1173fc852a58878a6a7 # v2.5.0
id: metadata

- name: "Prepare tags"
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/dev-mvn-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
java-version: ${{ github.event.inputs.java-version || '21' }}

- name: "Generate metadata"
uses: netcracker/qubership-workflow-hub/actions/metadata-action@cabbb90e9471163cfac84bd50ff0296b2803b44c # v2.3.0
uses: netcracker/qubership-workflow-hub/actions/metadata-action@b6bee6f61fdc8b367777c1173fc852a58878a6a7 # v2.5.0
id: metadata

- name: "Prepare tags"
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/maven-release-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
- name: "Prepare Docker tags"
if: ${{ github.event.inputs.mark-as-latest != 'true' }}
id: meta
uses: netcracker/qubership-workflow-hub/actions/metadata-action@cabbb90e9471163cfac84bd50ff0296b2803b44c # v2.3.0
uses: netcracker/qubership-workflow-hub/actions/metadata-action@b6bee6f61fdc8b367777c1173fc852a58878a6a7 # v2.5.0
with:
default-template: "{{major}}.{{minor}}.{{patch}},{{major}}.{{minor}},{{major}}"
ref: ${{ needs.deploy.outputs.release-version }}
Expand Down
Loading