Skip to content

Commit

Permalink
releasefd fix yml error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammers21 committed Aug 2, 2024
1 parent dabaca6 commit de4ff22
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/frontend-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push Docker image
working-directory: ./frontend
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: .
context: ./frontend
push: true
tags: sammers/pvpqnet-frontend:latest
- name: Deploy app PvPq.net frontend to production
Expand Down

0 comments on commit de4ff22

Please sign in to comment.