Skip to content

Commit

Permalink
ci: action and nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
mghilardelli committed Jun 5, 2024
1 parent dbc7083 commit 8f49721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
IMAGE_REPO: ghcr.io/${{ github.repository }}/webapp
IMAGE_TAG: test
steps:
- run: ls -llR
- run: ls -llR .
- name: Login to GitHub Container Registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
- name: "Container: Build image"
Expand Down

0 comments on commit 8f49721

Please sign in to comment.