Browse Source

Update publish.yml

pull/32/head
Dikshant Adhikari 3 years ago
committed by GitHub
parent
commit
1c426db3b7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/publish.yml

2
.github/workflows/publish.yml

@ -30,7 +30,7 @@ jobs:
- name: Log into Docker Hub
uses: docker/login-action@v1
with:
username: dikshant
username: secrets.DOCKERHUB_USERNAME
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
- name: Build and push Docker image

Loading…
Cancel
Save