Skip to content

Commit

Permalink
Updating repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-Stilwell committed Jun 14, 2024
1 parent 8f4defb commit 2afbc1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-dash-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Login to GitHub Container Registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Set Docker image tag
- name: Convert GitHub repository to lowercase
id: vars
run: echo "REPOSITORY_TAG=ghcr.io/${{ github.repository }}" | tr '[:upper:]' '[:lower:]' >> $GITHUB_ENV

- name: Build and push Docker image
Expand Down

0 comments on commit 2afbc1c

Please sign in to comment.