Skip to content

Commit

Permalink
Fixed: Add missing character
Browse files Browse the repository at this point in the history
  • Loading branch information
danielunderwood committed Jan 7, 2022
1 parent be64672 commit 40ffc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Generate image tag
run: |
export VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,'
export VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
echo VERSION=$VERSION >> $GITHUB_ENV
- name: Build and push
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 40ffc3f

Please sign in to comment.