Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DSigmund authored Oct 17, 2023
1 parent 148c07d commit a6b2abf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
docker build -t bibelquiz-frontend:latest .
docker tag bibelquiz-frontend:latest dsigmund/bibelquiz-frontend:latest
docker tag bibelquiz-frontend:latest dsigmund/bibelquiz-frontend:${{ steps.get-version.outputs.version }}
working-directory: ./path/to/your/frontend/app
- name: Login to DockerHub
run: echo ${{ secrets.DOCKERHUB_TOKEN }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
Expand Down

0 comments on commit a6b2abf

Please sign in to comment.