Skip to content

Commit

Permalink
fix: update the build and push action
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Sep 10, 2024
1 parent 22891bd commit 980281b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-registrar-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build and push Dev Docker image
uses: docker/build-push-action@v6
with:
dockerfile: dockerfiles/registrar.Dockerfile
file: dockerfiles/registrar.Dockerfile
push: true
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down

0 comments on commit 980281b

Please sign in to comment.