aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-deploy.yaml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-05-05 11:04:28 +0100
committerGravatar Chris Lovering <[email protected]>2023-05-05 11:04:28 +0100
commit3e1931fcd2444af7fd3545c28a39ff1c62a33adf (patch)
tree3238e73f4df3dae9be0d08e9d0ef003c4a52fcca /.github/workflows/build-deploy.yaml
parentSimplify call to SebastiaanZ/github-status-embed-for-discord (diff)
Use consistent capitalisation in CI
Diffstat (limited to '.github/workflows/build-deploy.yaml')
-rw-r--r--.github/workflows/build-deploy.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml
index 8aa8884..61541cd 100644
--- a/.github/workflows/build-deploy.yaml
+++ b/.github/workflows/build-deploy.yaml
@@ -1,4 +1,4 @@
-name: Build & Deploy
+name: Build & deploy
on:
workflow_call:
@@ -10,7 +10,7 @@ on:
jobs:
build:
- name: Build & Push
+ name: Build & push
runs-on: ubuntu-latest
steps:
- name: Checkout code
@@ -25,7 +25,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- - name: Login to Github Container Registry
+ - name: Login to GHCR.io
uses: docker/login-action@v2
with:
registry: ghcr.io