Skip to content

Commit

Permalink
fix: add env (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksii-honchar authored Jul 27, 2024
1 parent b06d723 commit 1051877
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-build-n-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
tags:
- '*'

env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
NODE_ENV: ${{ vars.NODE_ENV }}

jobs:
builds:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1051877

Please sign in to comment.