Skip to content

Commit

Permalink
fix CI v2
Browse files Browse the repository at this point in the history
  • Loading branch information
VovaStelmashchuk committed Mar 8, 2024
1 parent 67458bc commit 0826c76
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/web_prod_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Extract metadata for the Docker image
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 0826c76

Please sign in to comment.