github action naming enhanced

This commit is contained in:
pseusys
2023-01-13 05:29:57 +04:00
parent e8e5a0a8cd
commit 0513acaeda

View File

@@ -5,7 +5,7 @@ on:
jobs: jobs:
publish-server-image: publish-server-image:
name: Publish `waka-readme-stats` Container name: Publish 'waka-readme-stats' image
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
contents: read contents: read
@@ -15,7 +15,7 @@ jobs:
- name: Checkout 🛎️ - name: Checkout 🛎️
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Log in to the Container registry 🚪 - name: Log in to the container registry 🚪
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
registry: ghcr.io registry: ghcr.io