Skip to content

Commit

Permalink
Fix release workflow (#199)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
  • Loading branch information
tegioz committed May 14, 2024
1 parent 8a6ff03 commit f115542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Build and push clowarden-server image
run: |
docker build \
-f clowarden-server/Dockerfile \
-t public.ecr.aws/g6m3a0y9/clowarden-server:${{steps.extract_tag_name.outputs.tag}} \
-t public.ecr.aws/g6m3a0y9/clowarden-server:latest \
.
Expand Down

0 comments on commit f115542

Please sign in to comment.