Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mghilardelli committed Jul 31, 2024
1 parent fe02b81 commit 7a61ac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
- name: Unpack and prepare showcase file
run: |
tar -xvzf webapp.tgz
mkdir -p dist
mv package/ dist/webapp/
mkdir -p ./dist
mv package/ ./dist/webapp/
- name: Login to GitHub Container Registry
if: github.ref == 'refs/heads/webapp-docker'
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
Expand Down

0 comments on commit 7a61ac6

Please sign in to comment.