Skip to content

Commit

Permalink
feat: build and publish container image
Browse files Browse the repository at this point in the history
  • Loading branch information
sammcj committed May 21, 2023
1 parent d68c82c commit 81f0f6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash

set -eo pipefail

Expand Down Expand Up @@ -171,6 +171,7 @@ case "$log" in
setOutput "old_tag" "$tag"
setOutput "new_tag" "$tag"
setOutput "tag" "$tag"
setOutput "part" "$default_semvar_bump"
exit 0
else
new=$(semver -i "${default_semvar_bump}" "$tag")
Expand Down

0 comments on commit 81f0f6b

Please sign in to comment.