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

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