Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiMatter committed Oct 6, 2024
1 parent 78c5bed commit cb9add1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v4

with:
fetch-depth: '0'

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

Expand All @@ -73,6 +75,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
RELEASE_BRANCHES: stable
DRY_RUN: true

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

0 comments on commit cb9add1

Please sign in to comment.