Skip to content

Commit

Permalink
Merge pull request #164 from ManiMatter/fix-build-yml
Browse files Browse the repository at this point in the history
Fix build .yml
  • Loading branch information
ManiMatter authored Oct 6, 2024
2 parents 8930ad4 + 9932a73 commit 82e7901
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,23 @@ jobs:
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
fetch-depth: '0'

- name: Bump version and push tag
if: ${{ github.ref_name == 'stable' }}
id: setversion
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
RELEASE_BRANCHES: stable

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Log in to GitHub Container Registry
uses: docker/login-action@v1
Expand Down

0 comments on commit 82e7901

Please sign in to comment.