Skip to content

Commit

Permalink
fix docker CD
Browse files Browse the repository at this point in the history
error2215 committed Dec 18, 2024
1 parent c2465fa commit c6669f5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -3,14 +3,9 @@ on:
workflows: ["ci.yml"]
types:
- completed
with:
ref: main
status: success
conclusion: success
steps:
- name: artifacts
jobs:
docker:
if: github.ref == 'refs/heads/master'
name: docker
runs-on: ubuntu-latest
steps:

0 comments on commit c6669f5

Please sign in to comment.