Skip to content

Commit

Permalink
lc2
Browse files Browse the repository at this point in the history
  • Loading branch information
BrittleFoot committed Jan 27, 2024
1 parent f4706b7 commit aaeee48
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,9 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- id: string
uses: ASzc/change-string-case-action@v2
with:
string: ghcr.io/${{ github.repository }}
- id: step2
run: echo ${{ steps.string.outputs.lowercase }}
uses: ASzc/change-string-case-action@v2
with:
string: ghcr.io/${{ github.repository }}

- name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit aaeee48

Please sign in to comment.