Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
💬 Restore deleted lines accidentally
Browse files Browse the repository at this point in the history
  • Loading branch information
siketyan authored Dec 23, 2020
1 parent aa9812b commit db660d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
run: |
IMAGE_ID=docker.pkg.github.com/${{ github.repository }}/$IMAGE_NAME
# Change all uppercase to lowercase
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
# Strip git ref prefix from version
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
Expand Down

0 comments on commit db660d0

Please sign in to comment.