Skip to content

Commit

Permalink
🐛 Change build-args to secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
starwiz-7 committed Jun 14, 2023
1 parent d928646 commit 00f57cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
tags: |
ghcr.io/devfolioco/siwe-oidc:${{ github.event.release.tag_name }}
ghcr.io/devfolioco/siwe-oidc:latest
build-args:
secrets: |
INFURA_ID=${{ secrets.INFURA_ID }}
- name: Build and push Pre-Release
if: github.event.release.prerelease == true
Expand All @@ -44,5 +44,5 @@ jobs:
platforms: linux/amd64
tags: |
ghcr.io/devfolioco/siwe-oidc:${{ github.event.release.tag_name }}
build-args:
secrets: |
INFURA_ID=${{ secrets.INFURA_ID }}

0 comments on commit 00f57cc

Please sign in to comment.