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 853d2d7 commit fa1c776
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 @@ -26,7 +26,7 @@ jobs:
- name: Login to GitHub Container Registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
- name: "Container: Build image"
run: docker build -t $IMAGE_REPO:$IMAGE_TAG .
run: docker build -t $(echo $IMAGE_REPO | tr '[A-Z]' '[a-z]'):$IMAGE_TAG .
env:
DOCKER_BUILDKIT: 1
- name: "Container: Publish image"
Expand Down

0 comments on commit fa1c776

Please sign in to comment.