fix pipeline

This commit is contained in:
Mona Lisa 2023-11-14 10:29:31 -05:00
parent b606b38d99
commit 46634fb7f6

View file

@ -18,13 +18,13 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Log in to Docker Hub - name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a uses: docker/login-action@v3
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN}} password: ${{ secrets.DOCKERHUB_TOKEN}}
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 uses: docker/build-push-action@v3
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile