Skip to content

Commit

Permalink
Rename workflow to shared-publish-java-to-docker-versioned (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine authored Mar 6, 2024
1 parent d07f70b commit 3c7a702
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
release_type:
type: choice
description: 'The type of release'
description: The type of release
options:
- Major
- Minor
Expand All @@ -14,8 +14,8 @@ on:

jobs:
Image:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-docker-versioned.yaml@v2
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-java-to-docker-versioned.yaml@v2
with:
release_type: ${{ inputs.release_type }}
cloud_provider: 'default'
cloud_provider: default
secrets: inherit

0 comments on commit 3c7a702

Please sign in to comment.