Skip to content

Commit

Permalink
feat:workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gzydong committed Jan 3, 2025
1 parent d5c7d47 commit 1dd2ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build the Docker image
run: |
docker build -t gzydong/lumenim:${{ env.IMAGE_TAG }} .
docker build -t gzydong/lumenim:${{ env.IMAGE_TAG }} -t gzydong/lumenim:latest .
- name: Push the Docker image
run: |
Expand Down

0 comments on commit 1dd2ec4

Please sign in to comment.