Skip to content

Commit

Permalink
Merge pull request #5 from cash-track/feature/k8s-deploy
Browse files Browse the repository at this point in the history
Fix build environment
  • Loading branch information
vokomarov authored Aug 27, 2022
2 parents d54fdbd + 38b1e30 commit 801bd38
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ jobs:
tags: |
type=semver,pattern={{version}}
# Setup BuildX
# https://github.com/docker/setup-buildx-action
- name: Setup BuildX
uses: docker/setup-buildx-action@v2
id: buildx
with:
install: true

# Build and push Docker image with Build (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build and push
Expand Down

0 comments on commit 801bd38

Please sign in to comment.