This commit is contained in:
2024-11-22 14:17:44 -06:00
parent 01c970a376
commit b68e1eb0b0

View File

@ -1,4 +1,4 @@
name: Build and Push Docker Image
name: Docker Deploy
on:
push:
branches: [main]
@ -22,7 +22,7 @@ jobs:
with:
registry: ${{ secrets.REPO_HOST }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.DEPLOY_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4