Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Feb 22, 2024
1 parent bd6fe9d commit 4811578
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 @@ -72,11 +72,11 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: downcase GITHUB_REPOSITORY
run: |
echo "REPOSITORY_LOWERCASE=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
echo "REPOSITORY_LOWERCASE=${GITHUB_REPOSITORY,,}" >> ${GITHUB_ENV}
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
file: ./src/Dockerfile
push: true
tags: ghcr.io/nager/${{REPOSITORY_LOWERCASE}}:latest
tags: ghcr.io/nager/${{ env.REPOSITORY_LOWERCASE }}:latest

0 comments on commit 4811578

Please sign in to comment.