Skip to content

Commit

Permalink
Update release.yaml (#4)
Browse files Browse the repository at this point in the history
* Update release.yaml
  • Loading branch information
makwanji authored Feb 21, 2023
1 parent a1d5949 commit 0bc0003
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Build and push
uses: docker/build-push-action@v2
with:
context: ./Dockerfile
context: .
push: true
tags: ${{ secrets.DOCKER_USERNAME }}//cicd-app1-db:latest
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/cicd-app1-db:latest

0 comments on commit 0bc0003

Please sign in to comment.