mirror of
https://github.com/hex-ci/smzdm_script.git
synced 2026-02-07 20:43:15 +08:00
Update actions
This commit is contained in:
12
.github/workflows/docker-builder.yml
vendored
12
.github/workflows/docker-builder.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user