Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
add env setting to GA actions
Browse files Browse the repository at this point in the history
  • Loading branch information
P1sar committed Sep 13, 2021
1 parent 235047b commit 084ed7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
# needs: [test, e2e, lint]
# if check not passed, job will be skipped
if: github.ref == 'refs/heads/main' || contains(github.ref, '/tags/v')
environment:
name: build
# list steps
steps:
# prepares docker images
Expand Down

0 comments on commit 084ed7a

Please sign in to comment.