Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricebrito committed Sep 20, 2021
1 parent 83d4c3c commit 751048f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v2
- run: echo version ${{needs.version.outputs.app-version}}
- run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin
- run: echo "LC=$( echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]' " >> $GITHUB_ENV
- run: echo "LC=$( echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]' )" >> $GITHUB_ENV
- name: build & push snuggs image
run: |
IMAGE_ID=docker.pkg.github.com/$LC/snuggs
Expand Down

0 comments on commit 751048f

Please sign in to comment.