Skip to content

Commit

Permalink
misplaced manual input
Browse files Browse the repository at this point in the history
  • Loading branch information
DMedina6 committed Apr 17, 2024
1 parent d4f02dc commit b26af48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-server-to-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: format-tag
with:
pattern: 'v'
string: '${{ github.event.release.tag_name }}'
string: '${{ github.event.release.tag_name || github.event.inputs.version}}'
replace-with: ''
flags: 'g'
- name: Checkout the Heimdall Repository
Expand All @@ -37,7 +37,7 @@ jobs:
context: .
push: true
platforms: 'linux/amd64'
tags: mitre/heimdall2:release-latest,mitre/heimdall2:${{ steps.format-tag.outputs.replaced || github.event.inputs.version }}
tags: mitre/heimdall2:release-latest,mitre/heimdall2:${{ steps.format-tag.outputs.replaced }}
- name: Get Docker SHA
shell: bash
id: get-docker-sha
Expand Down

0 comments on commit b26af48

Please sign in to comment.