Update build.yml

This commit is contained in:
Kroese 2023-04-16 02:29:03 +02:00 committed by GitHub
parent 50f990ee1f
commit f31601795c

View File

@ -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