Skip to content

Commit

Permalink
Lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
PartTimeLegend committed Mar 26, 2024
1 parent 9cd6d9c commit e70445d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: echo ::set-output name=tag::${GITHUB_RUN_NUMBER}

- name: Convert repository owner to lowercase
run: echo "::set-env name=REPOSITORY_OWNER::${{ github.repository_owner | lower }}"
run: echo "::set-env name=REPOSITORY_OWNER::${{ github.repository_owner.lowercase }}"

- name: Build the Docker image
run: docker build --file Dockerfile --tag ghcr.io/${{ env.REPOSITORY_OWNER }}/${{ env.IMAGE_NAME }}:${{ steps.generate_tag.outputs.tag }} --tag ghcr.io/${{ env.REPOSITORY_OWNER }}/${{ env.IMAGE_NAME }}:latest --build-arg BUILD_DATE=${BUILD_DATE} .
Expand Down

0 comments on commit e70445d

Please sign in to comment.