Skip to content

Commit

Permalink
Removed old files
Browse files Browse the repository at this point in the history
  • Loading branch information
onel committed Jan 10, 2024
1 parent df96bd7 commit 409338b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 333 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/docker-hub-latest.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Docker Hub

env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

on:
push:
branches:
Expand All @@ -25,8 +21,8 @@ jobs:
name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_TOKEN
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

-
name: Build and push
Expand Down
86 changes: 0 additions & 86 deletions app/tests/classes.py

This file was deleted.

140 changes: 0 additions & 140 deletions app/tests/test_signin.py

This file was deleted.

101 changes: 0 additions & 101 deletions app/tests/test_signup.py

This file was deleted.

0 comments on commit 409338b

Please sign in to comment.