chore: wording on actions should be ghcr.io

This commit is contained in:
Aarnav Tale 2024-03-30 04:49:11 -04:00
parent 224621d9a5
commit 9342e81733
No known key found for this signature in database

View File

@ -6,7 +6,7 @@ on:
jobs: jobs:
publish: publish:
name: Push Docker image to Docker Hub name: Build and Publish
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out the repo - name: Check out the repo
@ -18,7 +18,7 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Log in to Docker Hub - name: Log in to ghcr.io
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ghcr.io registry: ghcr.io