Skip to content

Commit

Permalink
chore: fix prettier style
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Jun 23, 2021
1 parent aa55ba9 commit bbc660f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:

- name: Log in to registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login $REGISTRY -u ${{ github.actor }} --password-stdin

- name: Push image (manual)
if: github.event_name == 'workflow_dispatch'
run: |
run: |
IMAGE_ID="${REGISTRY}/${IMAGE_NAME}"
# Change all uppercase to lowercase
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
Expand Down

0 comments on commit bbc660f

Please sign in to comment.