LennardZuendorf commited on
Commit
7e6f74e
2 Parent(s): f8c9e3f 225e8be

chore: fix merge conflicts

Browse files
.github/workflows/docker-publish.yml CHANGED
@@ -1,13 +1,11 @@
1
  # Docker image build and publish workflow
2
  # CREDIT: Adopted from
3
- name: Docker
4
 
5
  # running on every release and on manual dispatch
6
  on:
7
- schedule:
8
- - cron: '22 7 * * *'
9
  release:
10
- types: created
11
 
12
  env:
13
  # set the registry to the GitHub Container Registry
 
1
  # Docker image build and publish workflow
2
  # CREDIT: Adopted from
3
+ name: Docker Build & Publish
4
 
5
  # running on every release and on manual dispatch
6
  on:
 
 
7
  release:
8
+ types: [created]
9
 
10
  env:
11
  # set the registry to the GitHub Container Registry