Skip to content

Commit

Permalink
Remove superfluous dollar sing
Browse files Browse the repository at this point in the history
  • Loading branch information
mallport committed Oct 7, 2024
1 parent a74fc1a commit 75fef97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
username: "oauth2accesstoken"
password: "${{ steps.auth.outputs.access_token }}"

- name: Set image tag
- name: Generate image tags
id: image_tag
run: |
if [ ${{ github.event_name }} == "release" ]; then
Expand All @@ -66,7 +66,7 @@ jobs:
tags=latest,${semver},${major_minor_version},${major_version}
echo "tags=${tags}" >> "$GITHUB_OUTPUT"
else
git_sha_short=${git rev-parse --short ${{inputs.commit-sha}}}
git_sha_short={git rev-parse --short ${{inputs.commit-sha}}}
current_tag=${{github.event.repository.default_branch}}-$git_sha_short
echo "nais_image_tag=${current_tag}" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 75fef97

Please sign in to comment.