Merge pull request #5 from etkecc/fix-ci

set fetch-depth
This commit is contained in:
Aine 2024-08-31 15:00:40 +03:00 committed by GitHub
commit e6dcbcb052
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,8 @@ jobs:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to ghcr.io