Skip to content

Commit

Permalink
updated cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
th0rn0 committed Apr 25, 2024
1 parent ecc94b7 commit 309ab18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
context: .
file: resources/docker/api/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/lanops-spotify-jukebox-api:latest

Expand All @@ -53,5 +54,6 @@ jobs:
with:
context: .
file: resources/docker/ui/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/lanops-spotify-jukebox-ui:latest
2 changes: 0 additions & 2 deletions api/.env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
APP_LOG_ENABLE=false
APP_LOG_PATH=logs.txt
SPOTIFY_ID=
SPOTIFY_SECRET=
CALLBACK_URL=http://localhost:8888/auth/callback
Expand Down

0 comments on commit 309ab18

Please sign in to comment.