Skip to content

Commit

Permalink
Update Dockerbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmdksh authored Sep 27, 2023
1 parent 71f341b commit fb36c3c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/Dockerbuild.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Dockerbuild

on: workflow_dispatch

#on:
# push:
# branches:
Expand All @@ -25,6 +24,11 @@ jobs:
run: yarn
- name: Build
run: yarn build
- env:
NEXT_PUBLIC_SENTRY_AUTH_TOKEN: ${{ secrets.NEXT_PUBLIC_SENTRY_AUTH_TOKEN }}
NEXT_PUBLIC_SENTRY_DSN: ${{ secrets.NEXT_PUBLIC_SENTRY_DSN }}
NEXT_PUBLIC_SENTRY_ORG: ${{ secrets.NEXT_PUBLIC_SENTRY_ORG }}
NEXT_PUBLIC_SENTRY_PROJECT: ${{ secrets.NEXT_PUBLIC_SENTRY_PROJECT }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand All @@ -36,4 +40,4 @@ jobs:
with:
context: .
push: true
tags: ghcr.io/giveth/giveth-dapp-v2:main
tags: ghcr.io/giveth/giveth-dapps-v2:main

0 comments on commit fb36c3c

Please sign in to comment.