Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
husamettinarabaci authored Mar 21, 2024
1 parent d9239d8 commit 2ef7328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Docker Image Publish

on:
pull_request:
merge_group:
branches:
- 'phase*'
Expand Down Expand Up @@ -40,4 +39,5 @@ jobs:
"JWT_SECRET_KEY=${{ secrets.JWT_SECRET_KEY }}"
"REDIS_PASSWORD=${{ secrets.REDIS_PASSWORD }}"
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:v1.0.0-test
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 2ef7328

Please sign in to comment.