Skip to content
Snippets Groups Projects
Commit 268bc048 authored by Miroslav Kratochvil's avatar Miroslav Kratochvil :bicyclist:
Browse files

de-decapitalize

(recapitalize)
parent 5e9d05e9
No related branches found
No related tags found
No related merge requests found
......@@ -14,10 +14,6 @@ jobs:
name: Push Docker image to GitHub Packages
runs-on: "ubuntu-20.04"
steps:
- name: Decapitalize the repo name
run: |
echo "DOCKER_IMAGE_NAME=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
- name: Check out the repo of ${{ github.repository }}
uses: actions/checkout@v2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment