mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
Build
This commit is contained in:
parent
6137acff76
commit
3dde246c07
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -32,11 +32,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
docker build . \
|
docker build . \
|
||||||
--file Dockerfile \
|
--file Dockerfile \
|
||||||
--build-arg "VERSION_ARG=${{ vars.MAJOR }}.${{ vars.MINOR }}" \
|
|
||||||
--build-arg "BUILD_ARG=${GITHUB_RUN_ID}" \
|
--build-arg "BUILD_ARG=${GITHUB_RUN_ID}" \
|
||||||
|
--build-arg "VERSION_ARG=${{ vars.MAJOR }}.${{ vars.MINOR }}" \
|
||||||
--build-arg "DATE_ARG=${{ github.event.repository.updated_at }}" \
|
--build-arg "DATE_ARG=${{ github.event.repository.updated_at }}" \
|
||||||
--label "build=${GITHUB_RUN_ID}" \
|
|
||||||
--label "version=${{ vars.MAJOR }}.${{ vars.MINOR }}" \
|
|
||||||
--tag "${{ github.repository }}:latest" \
|
--tag "${{ github.repository }}:latest" \
|
||||||
--tag "${{ github.repository }}:${{ vars.MAJOR }}.${{ vars.MINOR }}" \
|
--tag "${{ github.repository }}:${{ vars.MAJOR }}.${{ vars.MINOR }}" \
|
||||||
--tag "ghcr.io/${{ github.repository }}:latest" \
|
--tag "ghcr.io/${{ github.repository }}:latest" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user