Skip to content

Commit

Permalink
fix cd
Browse files Browse the repository at this point in the history
  • Loading branch information
mhd-hi committed Nov 4, 2024
1 parent 5531927 commit 565c269
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- main
tags:
- 'v*'
pull_request:
branches: ['main']

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -47,6 +45,7 @@ jobs:
uses: actions/checkout@v4

- name: Docker meta
if: github.event_name != 'pull_request'
id: meta
uses: docker/metadata-action@v5
with:
Expand Down

0 comments on commit 565c269

Please sign in to comment.