Skip to content

Commit

Permalink
Merge pull request #92 from cash-track/feature/metrics
Browse files Browse the repository at this point in the history
Fix build step at self hosted runners
  • Loading branch information
vokomarov authored Aug 20, 2022
2 parents 394be42 + 7599278 commit 425f48e
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 425f48e

Please sign in to comment.