Clean CI file names

This commit is contained in:
curquiza
2023-03-07 14:55:09 +01:00
parent df3986cd83
commit febc8d1b52
12 changed files with 35 additions and 40 deletions

View File

@ -1,4 +1,5 @@
---
name: Publish images to Docker Hub
on:
push:
# Will run for every tag pushed except `latest`
@ -12,8 +13,6 @@ on:
- cron: '0 23 * * *' # Every day at 11:00pm
workflow_dispatch:
name: Publish tagged images to Docker Hub
jobs:
docker:
runs-on: docker