Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ParzivalEugene committed Aug 26, 2024
1 parent 676d3a2 commit d5d5b4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
- name: Set ghcr.io url
run: |
echo "REPO=${GITHUB_REPOSITORY@L}" >> "${GITHUB_ENV}"
echo "SPOTIFY_CLIENT_ID=${{ secrets.SPOTIFY_CLIENT_ID }}" >> .env
echo "SPOTIFY_CLIENT_SECRET=${{ secrets.SPOTIFY_CLIENT_SECRET }}" >> .env
echo "GH_TOKEN=${{ secrets.GH_TOKEN }}" >> .env
- name: Docker meta
id: meta
Expand All @@ -45,6 +42,10 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
secrets: |
"SPOTIFY_CLIENT_ID=${{ secrets.SPOTIFY_CLIENT_ID }}"
"SPOTIFY_CLIENT_SECRET=${{ secrets.SPOTIFY_CLIENT_SECRET }}"
"GH_TOKEN=${{ secrets.GH_TOKEN }}"
push: true
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=gha
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "links",
"version": "4.0.0",
"version": "0.4.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit d5d5b4c

Please sign in to comment.