Skip to content

Commit

Permalink
github/actions:build-container: rename variable to be descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
lordfolken committed Feb 8, 2024
1 parent d1af775 commit 8b87a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ github.token }}
- id: string
- id: lc_repository_name
uses: ASzc/change-string-case-action@v6
with:
string: ${{ github.repository }}
Expand All @@ -33,7 +33,7 @@ jobs:
push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
context: ./ide
file: ./ide/docker/Dockerfile
tags: ghcr.io/${{ steps.string.outputs.lowercase }}/xcsoar-build:latest
tags: ghcr.io/${{ steps.lc_repository_name.outputs.lowercase }}/xcsoar-build:latest
cache-from: type=registry,ref=ghcr.io/${{ steps.string.outputs.lowercase }}/xcsoar-build:latest
cache-to: type=inline
secrets: |
Expand Down

0 comments on commit 8b87a46

Please sign in to comment.