From f31601795c3ab6c9f4c8eded6932f4542519253e Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 16 Apr 2023 02:29:03 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d0b9f2c..a119d84 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,6 +15,8 @@ jobs: contents: read steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Build the Docker image run: docker build . --file Dockerfile --label "id=${GITHUB_RUN_ID}" --label "version=${{ secrets.MAJOR }}.${{ secrets.MINOR }}" --tag "${{ github.repository }}:latest" --tag "${{ github.repository }}:${{ secrets.MAJOR }}.${{ secrets.MINOR }}" --tag "ghcr.io/${{ github.repository }}:latest" --tag "ghcr.io/${{ github.repository }}:${{ secrets.MAJOR }}.${{ secrets.MINOR }}" @@ -35,7 +37,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Push image to Github Container Registry + name: Push to Github Container Registry run: docker push "ghcr.io/${{ github.repository }}:${{ secrets.MAJOR }}.${{ secrets.MINOR }}" && docker push "ghcr.io/${{ github.repository }}:latest" - name: Update Minor version @@ -46,7 +48,7 @@ jobs: repository: ${{ github.repository }} token: ${{ secrets.REPO_ACCESS_TOKEN }} - - name: Gitlab Sync + name: Push to Gitlab mirror uses: wangchucheng/git-repo-sync@v0.1.0 with: target-url: https://gitlab.com/kroese/virtual-dsm.git