Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
caleblloyd committed Jul 14, 2021
1 parent b14a10e commit e2ec194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: compute_tags
run: |
branch="${GITHUB_REF#refs/heads/}"
tag="${GITHUB_REF#refs/tags/v}"
tag="${GITHUB_REF#refs/tags/}"
if [ "$branch" != "$GITHUB_REF" ]; then
branch="$(echo "$branch" | sed -e 's/[^a-zA-Z0-9\-\.]/-/g')"
echo "::set-output name=TAGS::boxboat/okta-nginx:commit-${branch}"
Expand Down

0 comments on commit e2ec194

Please sign in to comment.