Skip to content

Commit

Permalink
Logo
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Jan 22, 2025
1 parent 12a9a98 commit 4018a1c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,20 @@ jobs:
#if: github.ref == 'refs/heads/master'

Check warning on line 138 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / YAML Style Check

138:10 [comments] missing starting space in comment
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
username: jack20191124
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Push image to DockerHub
#if: github.ref == 'refs/heads/master'

Check warning on line 144 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / YAML Style Check

144:10 [comments] missing starting space in comment
uses: docker/build-push-action@v3
with:
context: .
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/fast-ws:latest
tags: jack20191124/fast-ws:latest
- name: Push image Description
#if: github.ref == 'refs/heads/master'

Check warning on line 151 in .github/workflows/ci-cd.yml

View workflow job for this annotation

GitHub Actions / YAML Style Check

151:10 [comments] missing starting space in comment
uses: peter-evans/dockerhub-description@v4
with:
username: jack20191124
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: jack20191124/fast-ws
readme-filepath: README.md
1 change: 0 additions & 1 deletion .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ https://www.openapis.org/
https://jcp.org/*
http://localhost:8080/*
https://github.com/QubitPi/fast-ws/blob/master/FastWS-Project-intellij-code-style.xml
https://hub.docker.com/r/jack20191124/fast-ws/

0 comments on commit 4018a1c

Please sign in to comment.