Skip to content

Commit

Permalink
Use original Env setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
tzununbekov committed Feb 16, 2024
1 parent 20ecb12 commit f80dc2b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,15 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Generate Env
run: go run mage.go -v GenerateEnvFile
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Setup FPM
run: |
Expand Down

0 comments on commit f80dc2b

Please sign in to comment.