fix typos

This commit is contained in:
Noah 2024-12-22 04:08:03 +01:00
parent 877852aa67
commit c800be186f

View file

@ -1,8 +1,11 @@
name: Build and Push to Docker Hub on changes to master branch
name: Build and Push to Docker Hub on push to any branch
on:
push:
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
jobs:
docker:
runs-on: ubuntu-latest
@ -13,7 +16,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{secrets.DOCKERHUB_USERNAME}}