fix typos

This commit is contained in:
Noah 2024-12-22 04:08:03 +01:00
parent b7907644d4
commit 51d849c967
No known key found for this signature in database
GPG key ID: D2A7E2C8F77E0430

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}}