diff options
author | 2023-05-05 11:04:28 +0100 | |
---|---|---|
committer | 2023-05-05 11:04:28 +0100 | |
commit | 3e1931fcd2444af7fd3545c28a39ff1c62a33adf (patch) | |
tree | 3238e73f4df3dae9be0d08e9d0ef003c4a52fcca /.github/workflows/build-deploy.yaml | |
parent | Simplify 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.yaml | 6 |
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 |