Update actions

This commit is contained in:
LuckyHunter
2022-10-21 10:52:45 +08:00
parent e2fb056be3
commit f891b71f8b
2 changed files with 9 additions and 14 deletions

View File

@@ -1,10 +1,5 @@
name: Docker image release
on:
push:
branches:
- "main"
paths-ignore:
- "**.md"
workflow_dispatch:
jobs:
@@ -36,13 +31,6 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Lower case
id: string
uses: ASzc/change-string-case-action@v2