Skip to content

Commit

Permalink
image version update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
gilltaran committed Jan 31, 2025
1 parent 3476aff commit f8e22d8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/image-version-update.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright (c) 2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0

# Reusable workflow to perform go version update on Golang based projects
name: Image Version Update

on: # yamllint disable-line rule:truthy
workflow_dispatch:
repository_dispatch:
types: [image-update-workflow]

jobs:
# image version update
image-version-update:
uses: dell/common-github-actions/.github/workflows/image-version-workflow.yaml@main
with:
version: "minor"
secrets: inherit

0 comments on commit f8e22d8

Please sign in to comment.