mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 09:38:11 -05:00
Update the workflow file to reflect the new name and the new secrets
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Deploy Production
|
||||
name: Docker image build and push
|
||||
on:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
@@ -20,8 +20,8 @@ jobs:
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
Reference in New Issue
Block a user