Skip to content

Commit

Permalink
Merge pull request #21 from ublue-os/template
Browse files Browse the repository at this point in the history
build(deps): bump ASzc/change-string-case-action from 5 to 6 (#178)
  • Loading branch information
elgabo86 authored Nov 5, 2023
2 parents 148b323 + 0645f7c commit a83b852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ jobs:
# https://github.com/macbre/push-to-ghcr/issues/12
- name: Lowercase Registry
id: registry_case
uses: ASzc/change-string-case-action@v5
uses: ASzc/change-string-case-action@v6
with:
string: ${{ env.IMAGE_REGISTRY }}

- name: Lowercase Image
id: image_case
uses: ASzc/change-string-case-action@v5
uses: ASzc/change-string-case-action@v6
with:
string: ${{ env.IMAGE_NAME }}

Expand Down

0 comments on commit a83b852

Please sign in to comment.